提交 3d8b3036 编写于 作者: J Jan Engelhardt 提交者: Linus Torvalds

[PATCH] cdev.h: forward declarations

Apparently this broke due to missing `struct inode' declaration.
Signed-off-by: NJan Engelhardt <jengelh@gmx.de>
Cc: Noah Watkins <nwatkins@ittc.ku.edu>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 efee2b81
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册