projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3106dbc
)
[PATCH] missing include in hisax
author
Al Viro
<viro@www.linux.org.uk>
Sun, 24 Apr 2005 19:28:35 +0000
(12:28 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 19:28:35 +0000
(12:28 -0700)
Missing include, breaks at least on arm.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/hisax/hfc4s8s_l1.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hisax/hfc4s8s_l1.c
b/drivers/isdn/hisax/hfc4s8s_l1.c
index 1ac46c26b9363f72a48edd751d9c65a11d163548..ba1d028343ecd8e869a39d971d6a5d27e74b94e5 100644
(file)
--- a/
drivers/isdn/hisax/hfc4s8s_l1.c
+++ b/
drivers/isdn/hisax/hfc4s8s_l1.c
@@
-29,6
+29,7
@@
#include <linux/timer.h>
#include <linux/skbuff.h>
#include <linux/wait.h>
+#include <asm/io.h>
#include "hisax_if.h"
#include "hfc4s8s_l1.h"