diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/bfin_mac.c | 1 | ||||
| -rw-r--r-- | drivers/net/greth.c | 1 | ||||
| -rw-r--r-- | drivers/net/macb.c | 1 | ||||
| -rw-r--r-- | drivers/net/mcffec.c | 1 | ||||
| -rw-r--r-- | drivers/net/sk98lin/uboot_drv.c | 1 | ||||
| -rw-r--r-- | drivers/net/uli526x.c | 1 | 
6 files changed, 6 insertions, 0 deletions
| diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index 3ee5d9603..c5e74b8b5 100644 --- a/drivers/net/bfin_mac.c +++ b/drivers/net/bfin_mac.c @@ -9,6 +9,7 @@  #include <common.h>  #include <config.h>  #include <net.h> +#include <netdev.h>  #include <command.h>  #include <malloc.h> diff --git a/drivers/net/greth.c b/drivers/net/greth.c index 90c533883..79bc4d9d2 100644 --- a/drivers/net/greth.c +++ b/drivers/net/greth.c @@ -27,6 +27,7 @@  #include <common.h>  #include <command.h>  #include <net.h> +#include <netdev.h>  #include <malloc.h>  #include <asm/processor.h>  #include <ambapp.h> diff --git a/drivers/net/macb.c b/drivers/net/macb.c index aa39284d1..08bebf74a 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -40,6 +40,7 @@   */  #include <net.h> +#include <netdev.h>  #include <malloc.h>  #include <linux/mii.h> diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c index 50d6508fb..f93cf598e 100644 --- a/drivers/net/mcffec.c +++ b/drivers/net/mcffec.c @@ -32,6 +32,7 @@  #include <command.h>  #include <net.h> +#include <netdev.h>  #include <miiphy.h>  #undef	ET_DEBUG diff --git a/drivers/net/sk98lin/uboot_drv.c b/drivers/net/sk98lin/uboot_drv.c index 205e7d2e9..0199b33fe 100644 --- a/drivers/net/sk98lin/uboot_drv.c +++ b/drivers/net/sk98lin/uboot_drv.c @@ -24,6 +24,7 @@   */  #include <common.h> +#include <netdev.h>  #include "h/skdrv1st.h"  #include "h/skdrv2nd.h" diff --git a/drivers/net/uli526x.c b/drivers/net/uli526x.c index d87638c13..9ea5ac201 100644 --- a/drivers/net/uli526x.c +++ b/drivers/net/uli526x.c @@ -16,6 +16,7 @@  #include <common.h>  #include <malloc.h>  #include <net.h> +#include <netdev.h>  #include <asm/io.h>  #include <pci.h>  #include <miiphy.h> |