diff options
Diffstat (limited to 'src/drivers/net/tg3.c')
-rw-r--r-- | src/drivers/net/tg3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c index 20027b2e..4ff72ace 100644 --- a/src/drivers/net/tg3.c +++ b/src/drivers/net/tg3.c @@ -17,8 +17,8 @@ FILE_LICENCE ( GPL2_ONLY ); #include "etherboot.h" #include "nic.h" #include <errno.h> -#include <gpxe/pci.h> -#include <gpxe/ethernet.h> +#include <ipxe/pci.h> +#include <ipxe/ethernet.h> #include "string.h" #include <mii.h> #include "tg3.h" |