diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-25 14:58:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 16:24:59 -0700 |
commit | 486fd404fbc840e28a959d2f2842b6c46ed6b250 (patch) | |
tree | 284a1bd94a1874d6e9b21592553a59810915f04a /fs/partitions/Makefile | |
parent | 40086ea17e8cf12112438b3a855f44b26f7cb385 (diff) | |
download | kernel_samsung_smdk4412-486fd404fbc840e28a959d2f2842b6c46ed6b250.zip kernel_samsung_smdk4412-486fd404fbc840e28a959d2f2842b6c46ed6b250.tar.gz kernel_samsung_smdk4412-486fd404fbc840e28a959d2f2842b6c46ed6b250.tar.bz2 |
[PATCH] small partitions/msdos cleanups
This patch makes the following changes to the msdos partition code:
- remove CONFIG_NEC98_PARTITION leftovers
- make parse_bsd static
This patch was already ACK'ed by Andries Brouwer.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 4c83c17..66d5cc2 100644 --- a/fs/partitions/Makefile +++ b/fs/partitions/Makefile @@ -17,4 +17,3 @@ obj-$(CONFIG_SUN_PARTITION) += sun.o obj-$(CONFIG_ULTRIX_PARTITION) += ultrix.o obj-$(CONFIG_IBM_PARTITION) += ibm.o obj-$(CONFIG_EFI_PARTITION) += efi.o -obj-$(CONFIG_NEC98_PARTITION) += nec98.o msdos.o |