]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cdev.h
[MIPS] generic txx9 gpio support
[linux-2.6-omap-h63xx.git] / include / linux / cdev.h
index f309b00e986e2f6132cab0ec2d4f9ea5e3d9e7c3..1e29b13d00621ee32fcb50f1e08b4dd93b62afcd 100644 (file)
@@ -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;