git://bbs.cooldavid.org
/
jme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035550c
)
net: remove interrupt.h inclusion from netdevice.h
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 6 Jun 2011 10:43:46 +0000
(10:43 +0000)
committer
Guo-Fu Tseng
<cooldavid@cooldavid.org>
Sat, 25 Jun 2011 05:53:51 +0000
(13:53 +0800)
* 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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.h
patch
|
blob
|
blame
|
history
diff --git
a/jme.h
b/jme.h
index e9aaeca96abc0cb07552bd4e23978bd0553ffc2b..0d5da06489d88a3682f1fae443ae71c227beb81b 100644
(file)
--- a/
jme.h
+++ b/
jme.h
@@
-24,6
+24,7
@@
#ifndef __JME_H_INCLUDED__
#define __JME_H_INCLUDED__
+#include <linux/interrupt.h>
#define DRV_NAME "jme"
#define DRV_VERSION "1.0.8"