summaryrefslogtreecommitdiff
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-23 04:27:54 -0700
committerChristoph Hellwig <hch@lst.de>2003-04-23 04:27:54 -0700
commit4d0091523b3f697f4a27aa02432ac3d86b2400ed (patch)
tree5db392acfac49fb76993ffd4488921e3af887d75 /include/linux/miscdevice.h
parenta7fe32f7a98f83218f85b2196fed0485f1d5dc22 (diff)
[PATCH] don't include devfs_fs_kernel.h in global headers
Now that devfs_handle_t is gone from all structs there is no reason to include it in headers. Fix the fallout by including previously implicit headers and fixing the drivers that didn't include devfs_fs_kernel.h explicitly.
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index c8b70414ebf6..159f8ab3df80 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -1,8 +1,6 @@
#ifndef _LINUX_MISCDEVICE_H
#define _LINUX_MISCDEVICE_H
-#include <linux/devfs_fs_kernel.h>
-
#define BUSMOUSE_MINOR 0
#define PSMOUSE_MINOR 1
#define MS_BUSMOUSE_MINOR 2