diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-20 15:54:58 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:10 +0800 |
commit | 48b5393bd59a76cb3a396ee0fe37f082e9d79542 (patch) | |
tree | 5ffb6daa161720d8e756a0a15dc53e44a7dc1f86 /arch/arm/mach-imx/hardware.h | |
parent | 364b28a574c4d4cb673d99ff1c59e9f2ddbf57f9 (diff) |
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/hardware.h')
-rw-r--r-- | arch/arm/mach-imx/hardware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h index abf43bb47eca..66b2b564c463 100644 --- a/arch/arm/mach-imx/hardware.h +++ b/arch/arm/mach-imx/hardware.h @@ -105,8 +105,6 @@ #include "mxc.h" -#include "mx51.h" -#include "mx53.h" #include "mx3x.h" #include "mx31.h" #include "mx35.h" |