diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cdev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00e986e..1e29b13d0062 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | #include <linux/kdev_t.h> | 6 | #include <linux/kdev_t.h> |
| 7 | #include <linux/list.h> | 7 | #include <linux/list.h> |
| 8 | 8 | ||
| 9 | struct file_operations; | ||
| 10 | struct inode; | ||
| 11 | struct module; | ||
| 12 | |||
| 9 | struct cdev { | 13 | struct cdev { |
| 10 | struct kobject kobj; | 14 | struct kobject kobj; |
| 11 | struct module *owner; | 15 | struct module *owner; |
