summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-12-14 18:49:05 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2004-12-14 18:49:05 -0800
commit2957bf8bfeedfdf42052ab131baf1422dd0ac024 (patch)
tree747faccf2ba72510b28a7d5fe75652ffe597fd09 /include
parente2009eeeb6bc9ff58e35cfddc49b8019cca8ad58 (diff)
[PATCH] misc: remove device.h #include from miscdevice.h
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/miscdevice.h2
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;