From: Alexey Dobriyan Date: Mon, 6 Jun 2011 10:43:46 +0000 (+0000) Subject: net: remove interrupt.h inclusion from netdevice.h X-Git-Url: https://bbs.cooldavid.org/git/?p=jme.git;a=commitdiff_plain;h=aa9c0eb280e143f8e55e29583117fd5b189b7ad1 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 e9aaeca..0d5da06 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"