ARM: imx: Remove epit support
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 9 Jan 2018 15:24:43 +0000 (13:24 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 05:13:02 +0000 (13:13 +0800)
commit1f9d1311a3a98e8f5db509a4ff7bf84f7d6a4ca9
treec1ee7dfcd5ecdf15b031deae09191f521c174ff9
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ARM: imx: Remove epit support

Currently there is no user of EPIT, so remove such unused code.

If someone wants to add EPIT support back, then the person needs to
create a proper support into drivers/clocksource/ and add device
tree support, proper bindings, etc.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/epit.c [deleted file]