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:
c7b16bc
)
compat: fix compilation warning on compat-3.5.c
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 3 Apr 2012 03:15:36 +0000
(20:15 -0700)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 3 Apr 2012 03:15:36 +0000
(20:15 -0700)
Needs to include module.h
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
compat/compat-3.5.c
patch
|
blob
|
history
diff --git
a/compat/compat-3.5.c
b/compat/compat-3.5.c
index d29c5f99223c61e223c20ce21441cd4f2573d64c..5d516f0ebf587a8a6442eedd0d37c53371d70b25 100644
(file)
--- a/
compat/compat-3.5.c
+++ b/
compat/compat-3.5.c
@@
-9,6
+9,7
@@
*/
#include <linux/fs.h>
+#include <linux/module.h>
int simple_open(struct inode *inode, struct file *file)
{