diff options
| author | Michael Brown | 2005-04-14 16:26:28 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-14 16:26:28 +0200 |
| commit | 9183f2412ec61216ac1e0ee0e202961db203be0b (patch) | |
| tree | 1634c5f5511253eefd4b465084b6c05bc74fbc6f /src/drivers/bus | |
| parent | Updated to current device API. (diff) | |
| download | ipxe-9183f2412ec61216ac1e0ee0e202961db203be0b.tar.gz ipxe-9183f2412ec61216ac1e0ee0e202961db203be0b.tar.xz ipxe-9183f2412ec61216ac1e0ee0e202961db203be0b.zip | |
bus header files must include dev.h to get struct dev.
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/eisa.c | 1 | ||||
| -rw-r--r-- | src/drivers/bus/mca.c | 1 | ||||
| -rw-r--r-- | src/drivers/bus/pci.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/bus/eisa.c b/src/drivers/bus/eisa.c index 1cd53c9b8..006565111 100644 --- a/src/drivers/bus/eisa.c +++ b/src/drivers/bus/eisa.c @@ -1,5 +1,4 @@ #include "etherboot.h" -#include "dev.h" #include "io.h" #include "timer.h" #include "eisa.h" diff --git a/src/drivers/bus/mca.c b/src/drivers/bus/mca.c index f87da8d2e..60690ae11 100644 --- a/src/drivers/bus/mca.c +++ b/src/drivers/bus/mca.c @@ -6,7 +6,6 @@ */ #include "etherboot.h" -#include "dev.h" #include "io.h" #include "mca.h" diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index e98319138..6e08f0890 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -1,5 +1,4 @@ #include "etherboot.h" -#include "dev.h" #include "pci.h" /* |
