diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-20 09:54:58 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:10:10 +0200 |
commit | 48b5393bd59a76cb3a396ee0fe37f082e9d79542 (patch) | |
tree | 5ffb6daa161720d8e756a0a15dc53e44a7dc1f86 /arch/arm/mach-imx/mach-imx53.c | |
parent | ARM: imx5: clean function declarations in mx51.h (diff) | |
download | linux-48b5393bd59a76cb3a396ee0fe37f082e9d79542.tar.xz linux-48b5393bd59a76cb3a396ee0fe37f082e9d79542.zip |
ARM: imx5: remove mx51.h and mx53.h
Now all the macros in mx51.h and mx53.h are used nowhere, so remove
them.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx53.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx53.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx53.c b/arch/arm/mach-imx/mach-imx53.c index a81f99d1d743..d8c3c08354f6 100644 --- a/arch/arm/mach-imx/mach-imx53.c +++ b/arch/arm/mach-imx/mach-imx53.c @@ -22,7 +22,6 @@ #include "common.h" #include "hardware.h" -#include "mx53.h" static void __init imx53_init_early(void) { |