mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Include errno.h in the few drivers which use it, rather than in nic.h
This commit is contained in:
parent
ed9ba18ec6
commit
3f338b7b80
@ -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>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
#include <errno.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <gpxe/ethernet.h>
|
||||
#include "timer.h"
|
||||
|
@ -66,6 +66,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <gpxe/ethernet.h>
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
|
@ -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"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#endif
|
||||
|
||||
#include <gpxe/ethernet.h>
|
||||
#include <errno.h>
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
#include <gpxe/isa.h>
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
#include <errno.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <gpxe/ethernet.h>
|
||||
#include "timer.h"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user