X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fcdev.h;h=fb4591977b039a80587fa79d899c2f86d632657b;hb=9ca59f4c3d28df14a1545a1e2832f34a0a50e3ed;hp=f309b00e986e2f6132cab0ec2d4f9ea5e3d9e7c3;hpb=e9ccb79927225d8cd8d022a7c09bfb2fad935b89;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00e986..fb4591977b0 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -1,11 +1,14 @@ #ifndef _LINUX_CDEV_H #define _LINUX_CDEV_H -#ifdef __KERNEL__ #include #include #include +struct file_operations; +struct inode; +struct module; + struct cdev { struct kobject kobj; struct module *owner; @@ -30,4 +33,3 @@ void cd_forget(struct inode *); extern struct backing_dev_info directly_mappable_cdev_bdi; #endif -#endif