diff options
Diffstat (limited to 'src/drivers/net/mlx_ipoib')
| -rw-r--r-- | src/drivers/net/mlx_ipoib/mt23108.c | 2 | ||||
| -rw-r--r-- | src/drivers/net/mlx_ipoib/mt25218.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/mlx_ipoib/mt23108.c b/src/drivers/net/mlx_ipoib/mt23108.c index d07d83843..492bc901f 100644 --- a/src/drivers/net/mlx_ipoib/mt23108.c +++ b/src/drivers/net/mlx_ipoib/mt23108.c @@ -17,7 +17,7 @@ Skeleton NIC driver for Etherboot /* to get the PCI support functions, if this is a PCI NIC */ #include <gpxe/pci.h> /* to get the ISA support functions, if this is an ISA NIC */ -#include "isa.h" +#include <gpxe/isa.h> #include "mt_version.c" #include "mt23108_imp.c" diff --git a/src/drivers/net/mlx_ipoib/mt25218.c b/src/drivers/net/mlx_ipoib/mt25218.c index 22c8480fe..a603cdeb5 100644 --- a/src/drivers/net/mlx_ipoib/mt25218.c +++ b/src/drivers/net/mlx_ipoib/mt25218.c @@ -17,7 +17,7 @@ Skeleton NIC driver for Etherboot /* to get the PCI support functions, if this is a PCI NIC */ #include <gpxe/pci.h> /* to get the ISA support functions, if this is an ISA NIC */ -#include "isa.h" +#include <gpxe/isa.h> #include "mt_version.c" #include "mt25218_imp.c" |
