From b37d41aa24aedd84f718d019e5b7a27a06aa73fc Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 4 Mar 2012 15:11:32 +0000 Subject: Block: Remove MG DISK support This driver is unused and obsolete. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: unsik Kim --- fs/fat/fat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/fat') diff --git a/fs/fat/fat.c b/fs/fat/fat.c index a3085b51d9..bc46cc5d20 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -70,7 +70,6 @@ int fat_register_device (block_dev_desc_t * dev_desc, int part_no) cur_dev = NULL; #if (defined(CONFIG_CMD_IDE) || \ - defined(CONFIG_CMD_MG_DISK) || \ defined(CONFIG_CMD_SATA) || \ defined(CONFIG_CMD_SCSI) || \ defined(CONFIG_CMD_USB) || \ @@ -1128,7 +1127,6 @@ int file_fat_detectfs (void) } #if defined(CONFIG_CMD_IDE) || \ - defined(CONFIG_CMD_MG_DISK) || \ defined(CONFIG_CMD_SATA) || \ defined(CONFIG_CMD_SCSI) || \ defined(CONFIG_CMD_USB) || \ -- cgit v1.2.1