X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fcdev.h;h=1e29b13d00621ee32fcb50f1e08b4dd93b62afcd;hb=b3da2cf37c5c6e47698957a25ab43a7223dbb90f;hp=f309b00e986e2f6132cab0ec2d4f9ea5e3d9e7c3;hpb=bef986502fa398b1785a3979b1aa17cd902d3527;p=powerpc.git diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00e98..1e29b13d00 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -6,6 +6,10 @@ #include #include +struct file_operations; +struct inode; +struct module; + struct cdev { struct kobject kobj; struct module *owner;