aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2001-11-29 04:04:51 +0000
committerdavem <davem>2001-11-29 04:04:51 +0000
commit4e7fa64f7115e7fcef125abd0aaa6c908e06d6fd (patch)
treeb2e0ec72847549d05a8bea5acd7b4126860ad251
parentf88d4da353eeb4a4a1f76289325d984dd16048c0 (diff)
downloadnetdev-vger-cvs-4e7fa64f7115e7fcef125abd0aaa6c908e06d6fd.tar.gz
Do not include linux/irq.h
-rw-r--r--drivers/net/sungem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/sungem.c b/drivers/net/sungem.c
index 48a184e22..62572b396 100644
--- a/drivers/net/sungem.c
+++ b/drivers/net/sungem.c
@@ -1,4 +1,4 @@
-/* $Id: sungem.c,v 1.35 2001-11-29 03:57:33 davem Exp $
+/* $Id: sungem.c,v 1.36 2001-11-29 04:04:51 davem Exp $
* sungem.c: Sun GEM ethernet driver.
*
* Copyright (C) 2000, 2001 David S. Miller (davem@redhat.com)
@@ -33,7 +33,6 @@
#include <linux/skbuff.h>
#include <linux/mii.h>
#include <linux/ethtool.h>
-#include <linux/irq.h>
#include <asm/system.h>
#include <asm/bitops.h>