diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-24 05:38:29 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 09:35:25 +0200 |
commit | 5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6 (patch) | |
tree | 34e18607ee7758c9568aa38ece8ec438bcd17f67 | |
parent | ARM: shmobile: Remove Marzen use of <mach/hardware.h> (diff) | |
download | linux-5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6.tar.xz linux-5717bcf3712fc30c8b4b7f714ebbf0bfcb922bb6.zip |
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 99264a5ce5e4..000000000000 --- 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 */ |