david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Include errno.h in the few drivers which use it, rather than in nic.h

This commit is contained in:
Michael Brown 2007-07-24 14:05:32 +01:00
parent ed9ba18ec6
commit 3f338b7b80
7 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <io.h>
#include <timer.h>
#include <gpxe/device.h>

View File

@ -15,6 +15,7 @@
#include "etherboot.h"
#include "nic.h"
#include <errno.h>
#include <gpxe/pci.h>
#include <gpxe/ethernet.h>
#include "timer.h"

View File

@ -66,6 +66,7 @@
*/
#include <errno.h>
#include <gpxe/ethernet.h>
#include "etherboot.h"
#include "nic.h"

View File

@ -32,6 +32,7 @@ has 34 pins, the top row of 2 are not used.
*/
#include "etherboot.h"
#include <errno.h>
#include "nic.h"
#include <gpxe/isa.h>
#include "timer.h"

View File

@ -36,6 +36,7 @@
#endif
#include <gpxe/ethernet.h>
#include <errno.h>
#include "etherboot.h"
#include "nic.h"
#include <gpxe/isa.h>

View File

@ -14,6 +14,7 @@
#include "etherboot.h"
#include "nic.h"
#include <errno.h>
#include <gpxe/pci.h>
#include <gpxe/ethernet.h>
#include "timer.h"

View File

@ -11,7 +11,6 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <byteswap.h>
#include <gpxe/pci.h>
#include <gpxe/isapnp.h>