[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>
This commit is contained in:
committed by
Linus Torvalds
parent
40086ea17e
commit
486fd404fb
@@ -30,7 +30,3 @@ put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size)
|
||||
|
||||
extern int warn_no_part;
|
||||
|
||||
extern void parse_bsd(struct parsed_partitions *state,
|
||||
struct block_device *bdev, u32 offset, u32 size,
|
||||
int origin, char *flavour, int max_partitions);
|
||||
|
||||
|
Reference in New Issue
Block a user