diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-06-10 05:36:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-12 01:00:18 +0200 |
commit | 539d3ee6376eba05ebd947c81d097e31a3ee42a8 (patch) | |
tree | 1d76e6681071a49545c0a9747082af26f5d555a7 /drivers/net/octeon/octeon_mgmt.c | |
parent | be2net: Enable NETIF_F_TSO6 for VLAN traffic for BE (diff) | |
download | linux-539d3ee6376eba05ebd947c81d097e31a3ee42a8.tar.xz linux-539d3ee6376eba05ebd947c81d097e31a3ee42a8.zip |
net: fix MIPS fallout from "net: remove interrupt.h inclusion from netdevice.h"
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/octeon/octeon_mgmt.c')
-rw-r--r-- | drivers/net/octeon/octeon_mgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/octeon/octeon_mgmt.c b/drivers/net/octeon/octeon_mgmt.c index b264f0f45605..429e08c84e9b 100644 --- a/drivers/net/octeon/octeon_mgmt.c +++ b/drivers/net/octeon/octeon_mgmt.c @@ -9,6 +9,7 @@ #include <linux/capability.h> #include <linux/dma-mapping.h> #include <linux/init.h> +#include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> |