diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-19 10:33:40 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:54:55 -0700 |
commit | a619ca9c4a132472adce3b8d11d0fdafa91ae9dd (patch) | |
tree | 502ac52b91356d26caeb6a66273a1b702772e54e /arch/arm | |
parent | bfbb28e727348c140b75982005e7e51cf0197864 (diff) |
ARM: OMAP: Remove smp.h
This is no longer needed.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/smp.h | 5 | ||||
-rw-r--r-- | arch/arm/mach-omap2/include/mach/smp.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap1/include/mach/smp.h b/arch/arm/mach-omap1/include/mach/smp.h deleted file mode 100644 index 80a371c06e59..000000000000 --- a/arch/arm/mach-omap1/include/mach/smp.h +++ /dev/null @@ -1,5 +0,0 @@ -/* - * arch/arm/mach-omap1/include/mach/smp.h - */ - -#include <plat/smp.h> diff --git a/arch/arm/mach-omap2/include/mach/smp.h b/arch/arm/mach-omap2/include/mach/smp.h deleted file mode 100644 index 323675f21b69..000000000000 --- a/arch/arm/mach-omap2/include/mach/smp.h +++ /dev/null @@ -1,5 +0,0 @@ -/* - * arch/arm/mach-omap2/include/mach/smp.h - */ - -#include <plat/smp.h> |