score: Remove GENERIC_HAS_IOMAP
authorRichard Weinberger <richard@nod.at>
Fri, 5 Sep 2014 13:56:18 +0000 (06:56 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 8 Sep 2014 08:15:36 +0000 (10:15 +0200)
The symbol is an orphan, get rid of it.

Signed-off-by: Richard Weinberger <richard@nod.at>
Acked-by: Lennox Wu <lennox.wu@gmail.com>
Cc: Paul Bolle <pebolle@tiscali.nl>
[Guenter Roeck: Merge with 3.17-rc3; update headline]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/score/Kconfig

index 4ac8cae5727cf51a2e36750f9d4903a1b4b5af8c..366e1b599a7b7849b74f17f19308def9028cc971 100644 (file)
@@ -22,17 +22,14 @@ choice
 config ARCH_SCORE7
        bool "SCORE7 processor"
        select SYS_SUPPORTS_32BIT_KERNEL
-       select GENERIC_HAS_IOMAP
 
 config MACH_SPCT6600
        bool "SPCT6600 series based machines"
        select SYS_SUPPORTS_32BIT_KERNEL
-       select GENERIC_HAS_IOMAP
 
 config SCORE_SIM
        bool "Score simulator"
        select SYS_SUPPORTS_32BIT_KERNEL
-       select GENERIC_HAS_IOMAP
 endchoice
 
 endmenu