]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: plat-mxc: Remove unused imx_ioremap
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 8 Aug 2012 13:06:16 +0000 (10:06 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 10 Aug 2012 19:18:48 +0000 (21:18 +0200)
imx_ioremap is no longer used on imx platforms, so remove it.

As the EXPORT_SYMBOL_GPL is removed, it is also safe to remove the module.h header.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/system.c

index 1996c3e3b8fe632ee51c12ba2e528b435007d4a7..3da78cfc5a94b6563d8276a0daa149edd3d9f954 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/io.h>
 #include <linux/err.h>
 #include <linux/delay.h>
-#include <linux/module.h>
 
 #include <mach/hardware.h>
 #include <mach/common.h>
@@ -29,9 +28,6 @@
 #include <asm/proc-fns.h>
 #include <asm/mach-types.h>
 
-void __iomem *(*imx_ioremap)(unsigned long, size_t, unsigned int) = NULL;
-EXPORT_SYMBOL_GPL(imx_ioremap);
-
 static void __iomem *wdog_base;
 
 /*