From 9f008bb47dd696d9e539fea2f045ae01b0c78a25 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Wed, 13 Jul 2011 14:34:52 +0200 Subject: MX31: Cleanup clock function The patch provide the same API used with other i.MX processors and get rid of mx31_ functions. Signed-off-by: Stefano Babic --- drivers/spi/mxc_spi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/spi/mxc_spi.c') diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c index 698e7266e8..81381d9b9a 100644 --- a/drivers/spi/mxc_spi.c +++ b/drivers/spi/mxc_spi.c @@ -60,8 +60,6 @@ static unsigned long spi_bases[] = { 0x53f84000, }; -#define mxc_get_clock(x) mx31_get_ipg_clk() - #elif defined(CONFIG_MX51) #define MXC_CSPICTRL_EN (1 << 0) -- cgit v1.2.3