Commit 3d8b3036 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds

[PATCH] cdev.h: forward declarations

Apparently this broke due to missing `struct inode' declaration.
Signed-off-by: default avatarJan Engelhardt <jengelh@gmx.de>
Cc: Noah Watkins <nwatkins@ittc.ku.edu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent efee2b81
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
#include <linux/kdev_t.h> #include <linux/kdev_t.h>
#include <linux/list.h> #include <linux/list.h>
struct file_operations;
struct inode;
struct module;
struct cdev { struct cdev {
struct kobject kobj; struct kobject kobj;
struct module *owner; struct module *owner;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment