From: Alexey Dobriyan Date: Mon, 6 Jun 2011 10:43:46 +0000 (+0000) Subject: net: remove interrupt.h inclusion from netdevice.h X-Git-Tag: bp-1.0.8.1~9 X-Git-Url: http://bbs.cooldavid.org/git/?p=jme.git;a=commitdiff_plain;h=678e26f972b0bbc9e822a6b9292c11bb651a95e0;hp=b74ddc4baf84cb2a4b2132652ff45b7c9a03e897 net: remove interrupt.h inclusion from netdevice.h * remove interrupt.g inclusion from netdevice.h -- not needed * fixup fallout, add interrupt.h and hardirq.h back where needed. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- diff --git a/jme.h b/jme.h index 7c07715..9b9e619 100644 --- a/jme.h +++ b/jme.h @@ -24,6 +24,7 @@ #ifndef __JME_H_INCLUDED__ #define __JME_H_INCLUDED__ +#include #define DRV_NAME "jme" #define DRV_VERSION "1.0.8-jmmod"