]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: imx: remove cpu_is_mx*()
authorArnd Bergmann <arnd@arndb.de>
Fri, 24 Jun 2016 10:50:01 +0000 (12:50 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 28 Jun 2016 02:26:45 +0000 (10:26 +0800)
commit44af782227b3977b98be6967533b0d23add40eb4
treed22536bd18686dfe8abc5d5094ae4171fb8e9e2f
parent505c19f8bcb310f6e125c8c58e401a7093c82f5a
ARM: imx: remove cpu_is_mx*()

The mxc_cpu_type and cpu_is_mx() logic is largely unused, and the
few remaining users were easy to convert into simpler code. Now that
they are gone, we can remove all those macros as well.

The related cpu_is_imx6*() set of function unfortunately is harder
to remove, so those are staying around for now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/cpu.c
arch/arm/mach-imx/mxc.h