From aa9c0eb280e143f8e55e29583117fd5b189b7ad1 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Mon, 6 Jun 2011 10:43:46 +0000 Subject: [PATCH] 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 --- jme.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.3