projects
/
~emulex
/
for-vlad
/
old
/
compat.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
d29c5f9
..
5d516f0
100644
(file)
--- a/
compat/compat-3.5.c
+++ b/
compat/compat-3.5.c
@@
-9,6
+9,7
@@
*/
#include <linux/fs.h>
*/
#include <linux/fs.h>
+#include <linux/module.h>
int simple_open(struct inode *inode, struct file *file)
{
int simple_open(struct inode *inode, struct file *file)
{