diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-21 01:43:01 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-21 01:43:01 -0700 |
| commit | e1d8d04df787eae098ef3fe2e421a1f5c148c8c8 (patch) | |
| tree | 5e1a4aa31de4e603eee13ee6bc28fcb756975413 /include/linux/devfs_fs_kernel.h | |
| parent | 4e37508fe2f345ede52b3ee5edad01d26b32f033 (diff) | |
[PATCH] kill superflous kdev_t.h inclusions
From: Christoph Hellwig <hch@lst.de>
now that kdev_t is gone very few places needs this still, the only header
of those beeing fs.h
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
| -rw-r--r-- | include/linux/devfs_fs_kernel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index f12addd1daeb..16c78f54f427 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h @@ -4,7 +4,6 @@ #include <linux/fs.h> #include <linux/config.h> #include <linux/spinlock.h> -#include <linux/kdev_t.h> #include <linux/types.h> #include <asm/semaphore.h> |
