diff options
author | Greg Kroah-Hartman | 2005-06-21 06:15:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2006-06-26 21:25:05 +0200 |
commit | a29641883f57f36424e3219ae9ff48dd6cd34de0 (patch) | |
tree | de70437649f87064f378b513003d3e4691d178e4 /fs/partitions/Makefile | |
parent | [PATCH] devfs: Remove devfs documentation from the kernel tree (diff) | |
download | kernel-qcow2-linux-a29641883f57f36424e3219ae9ff48dd6cd34de0.tar.gz kernel-qcow2-linux-a29641883f57f36424e3219ae9ff48dd6cd34de0.tar.xz kernel-qcow2-linux-a29641883f57f36424e3219ae9ff48dd6cd34de0.zip |
[PATCH] devfs: Remove devfs from the partition code
This patch removes the devfs code from the fs/partitions/ directory.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/partitions/Makefile')
-rw-r--r-- | fs/partitions/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/partitions/Makefile b/fs/partitions/Makefile index 42c7d3878ed0..d713ce6b3e12 100644 --- a/fs/partitions/Makefile +++ b/fs/partitions/Makefile @@ -4,7 +4,6 @@ obj-y := check.o -obj-$(CONFIG_DEVFS_FS) += devfs.o obj-$(CONFIG_ACORN_PARTITION) += acorn.o obj-$(CONFIG_AMIGA_PARTITION) += amiga.o obj-$(CONFIG_ATARI_PARTITION) += atari.o |