]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: OMAP2+: remove redundant multiplatform checks
authorJonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Wed, 6 Apr 2016 08:14:08 +0000 (10:14 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 13 Apr 2016 20:22:52 +0000 (13:22 -0700)
commite60ba933bc94b778425612c039a16b3acd4bf756
tree44577c16629dac575ff84dbc1a64fcca6b2c2e1e
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ARM: OMAP2+: remove redundant multiplatform checks

The directory arch/arm/mach-omap2 is only selected for compilation if
CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a
silent option and all machines selecting this option are multiplatform
devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well
as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can
be removed.

Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/soc.h