diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-06-02 20:06:27 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-09 20:38:05 -0400 |
commit | ef158bdf837406a4b5f44524367d11d44da2bdf2 (patch) | |
tree | 50c3222f644928a0db872abaad129e94c1ba1c68 /arch/cris/arch-v32 | |
parent | 95193796256cfce16e5d881318e15b6b04062c15 (diff) |
mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS
This has been unused, except as the condition for a fatal error, since
commit c13cbf3b5086 ("[MTD] mtdram: Quick cleanup of the driver:") in
2.6.13 (!).
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/drivers/axisflashmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/drivers/axisflashmap.c b/arch/cris/arch-v32/drivers/axisflashmap.c index bd10d3ba0949..87656c41fec7 100644 --- a/arch/cris/arch-v32/drivers/axisflashmap.c +++ b/arch/cris/arch-v32/drivers/axisflashmap.c | |||
@@ -320,7 +320,7 @@ static int __init init_axis_flash(void) | |||
320 | * but its size must be configured as 0 so as not to conflict | 320 | * but its size must be configured as 0 so as not to conflict |
321 | * with our usage. | 321 | * with our usage. |
322 | */ | 322 | */ |
323 | #if !defined(CONFIG_MTD_MTDRAM) || (CONFIG_MTDRAM_TOTAL_SIZE != 0) || (CONFIG_MTDRAM_ABS_POS != 0) | 323 | #if !defined(CONFIG_MTD_MTDRAM) || (CONFIG_MTDRAM_TOTAL_SIZE != 0) |
324 | if (!romfs_in_flash && !nand_boot) { | 324 | if (!romfs_in_flash && !nand_boot) { |
325 | printk(KERN_EMERG "axisflashmap: Cannot create an MTD RAM " | 325 | printk(KERN_EMERG "axisflashmap: Cannot create an MTD RAM " |
326 | "device; configure CONFIG_MTD_MTDRAM with size = 0!\n"); | 326 | "device; configure CONFIG_MTD_MTDRAM with size = 0!\n"); |