aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-21 00:15:16 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 15:25:05 -0400
commitd8deac5094988c7ad1127ee61f52c59a952fcabb (patch)
tree95285444a6e65f2e43d9bc62d13a726277cd91f2 /fs/compat_ioctl.c
parent5fd571cbc13db113bda26c20673e1ec54bfd26b4 (diff)
[PATCH] devfs: Remove devfs from the kernel tree
This is the first patch in a series of patches that removes devfs support from the kernel. This patch removes the core devfs code, and its private header file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r--fs/compat_ioctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index d8ecfedef189..d8d50a70c58d 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -44,7 +44,6 @@
44#include <linux/loop.h> 44#include <linux/loop.h>
45#include <linux/auto_fs.h> 45#include <linux/auto_fs.h>
46#include <linux/auto_fs4.h> 46#include <linux/auto_fs4.h>
47#include <linux/devfs_fs.h>
48#include <linux/tty.h> 47#include <linux/tty.h>
49#include <linux/vt_kern.h> 48#include <linux/vt_kern.h>
50#include <linux/fb.h> 49#include <linux/fb.h>