aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/octeon/octeon_mgmt.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2011-06-10 03:36:43 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-11 16:00:18 -0700
commit539d3ee6376eba05ebd947c81d097e31a3ee42a8 (patch)
tree1d76e6681071a49545c0a9747082af26f5d555a7 /drivers/net/octeon/octeon_mgmt.c
parentbe2net: Enable NETIF_F_TSO6 for VLAN traffic for BE (diff)
downloadlinux-dev-539d3ee6376eba05ebd947c81d097e31a3ee42a8.tar.xz
linux-dev-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.c1
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>