Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1742b630 authored by Richard Weinberger's avatar Richard Weinberger Committed by Lennox Wu
Browse files

score: Remove GENERIC_HAS_IOMAP



The symbol is an orphan, get rid of it.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Acked-by: default avatarLennox Wu <lennox.wu@gmail.com>
Cc: Paul Bolle <pebolle@tiscali.nl>
[Guenter Roeck: Merge with 3.17-rc3; update headline]
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent d32c98e9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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