diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-24 03:38:29 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 07:35:25 (GMT) |
commit | 5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6 (patch) | |
tree | 34e18607ee7758c9568aa38ece8ec438bcd17f67 | |
parent | 85469abe4930fb001c79ac5f0ca17b65c7b2580d (diff) | |
download | linux-fsl-qoriq-5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6.tar.xz |
ARM: shmobile: Remove include <mach/hardware.h>
Now when no one is using this file, remove <mach/hardware.h>.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/hardware.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/hardware.h b/arch/arm/mach-shmobile/include/mach/hardware.h deleted file mode 100644 index 99264a5..0000000 --- a/arch/arm/mach-shmobile/include/mach/hardware.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __ASM_MACH_HARDWARE_H -#define __ASM_MACH_HARDWARE_H - -#endif /* __ASM_MACH_HARDWARE_H */ |