summaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-06-25 23:58:47 +0200
committerLinus Torvalds2005-06-26 01:24:59 +0200
commit486fd404fbc840e28a959d2f2842b6c46ed6b250 (patch)
tree284a1bd94a1874d6e9b21592553a59810915f04a /fs/partitions/check.c
parent[PATCH] arch/i386/crypto/aes.c: fix sparse warnings (diff)
downloadkernel-qcow2-linux-486fd404fbc840e28a959d2f2842b6c46ed6b250.tar.gz
kernel-qcow2-linux-486fd404fbc840e28a959d2f2842b6c46ed6b250.tar.xz
kernel-qcow2-linux-486fd404fbc840e28a959d2f2842b6c46ed6b250.zip
[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/check.c')
-rw-r--r--fs/partitions/check.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c
index 2cab98a9a621..77e178f13162 100644
--- a/fs/partitions/check.c
+++ b/fs/partitions/check.c
@@ -79,9 +79,6 @@ static int (*check_part[])(struct parsed_partitions *, struct block_device *) =
#ifdef CONFIG_LDM_PARTITION
ldm_partition, /* this must come before msdos */
#endif
-#ifdef CONFIG_NEC98_PARTITION
- nec98_partition, /* must be come before `msdos_partition' */
-#endif
#ifdef CONFIG_MSDOS_PARTITION
msdos_partition,
#endif