diff options
Diffstat (limited to 'include/linux/miscdevice.h')
| -rw-r--r-- | include/linux/miscdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 56fe7347f921..14ceebfc1efa 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -2,7 +2,6 @@ #define _LINUX_MISCDEVICE_H #include <linux/module.h> #include <linux/major.h> -#include <linux/device.h> #define PSMOUSE_MINOR 1 #define MS_BUSMOUSE_MINOR 2 @@ -32,6 +31,7 @@ #define HPET_MINOR 228 struct device; +struct class_device; struct miscdevice { int minor; |
