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:
efee2b8
)
[PATCH] cdev.h: forward declarations
author
Jan Engelhardt
<jengelh@linux01.gwdg.de>
Mon, 29 Jan 2007 21:19:56 +0000
(13:19 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 30 Jan 2007 16:26:45 +0000
(08:26 -0800)
Apparently this broke due to missing `struct inode' declaration.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Noah Watkins <nwatkins@ittc.ku.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/cdev.h
patch
|
blob
|
history
diff --git
a/include/linux/cdev.h
b/include/linux/cdev.h
index f309b00e986e2f6132cab0ec2d4f9ea5e3d9e7c3..1e29b13d00621ee32fcb50f1e08b4dd93b62afcd 100644
(file)
--- a/
include/linux/cdev.h
+++ b/
include/linux/cdev.h
@@
-6,6
+6,10
@@
#include <linux/kdev_t.h>
#include <linux/list.h>
+struct file_operations;
+struct inode;
+struct module;
+
struct cdev {
struct kobject kobj;
struct module *owner;