x86: unify smp_send_stop
[safe/jmp/linux-2.6] / include / linux / cdev.h
index f309b00..1e29b13 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;