]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/mxc_spi.c
MX31: Cleanup clock function
[karo-tx-uboot.git] / drivers / spi / mxc_spi.c
index 698e7266e8167c98f20ee635ba4ebdad68cb5c23..81381d9b9ae2804aa5ac139a9d10d030b1225167 100644 (file)
@@ -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)