diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-10-30 15:17:39 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-11-14 02:41:38 -0500 |
commit | 76a8c40c65a2fc9e526fcba97c0cd1a6ecbd3438 (patch) | |
tree | f5f32f2e2ec42d69491ef5765f71bdbc9c7dfc8f | |
parent | ac506b7f2233b35f17172304255e08cabc072aad (diff) |
ARC: remove extraneous header include
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/plat-sim/platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/plat-sim/platform.c b/arch/arc/plat-sim/platform.c index dde692812bc1..e4fe51456808 100644 --- a/arch/arc/plat-sim/platform.c +++ b/arch/arc/plat-sim/platform.c | |||
@@ -10,7 +10,6 @@ | |||
10 | 10 | ||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <asm/mach_desc.h> | 12 | #include <asm/mach_desc.h> |
13 | #include <asm/mcip.h> | ||
14 | 13 | ||
15 | /*----------------------- Machine Descriptions ------------------------------ | 14 | /*----------------------- Machine Descriptions ------------------------------ |
16 | * | 15 | * |