diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-24 12:38:29 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 16:35:25 +0900 |
commit | 5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6 (patch) | |
tree | 34e18607ee7758c9568aa38ece8ec438bcd17f67 /arch/arm/mach-shmobile/include | |
parent | 85469abe4930fb001c79ac5f0ca17b65c7b2580d (diff) | |
download | op-kernel-dev-5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6.zip op-kernel-dev-5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-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 */ |