All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/NEXT] ARM: exynos4: fix typo in platsmp.c
@ 2011-05-23 15:35 Marc Zyngier
  2011-06-01 21:52 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2011-05-23 15:35 UTC (permalink / raw)
  To: linux-arm-kernel

Commit e2a083dc0da9aa6437e14811198379b18cdfa7f8 (ARM: consolidate
SMP cross call implementation) introduced a typo which leads
to a compilation error. Just fix it.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
---
 arch/arm/mach-exynos4/platsmp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-exynos4/platsmp.c b/arch/arm/mach-exynos4/platsmp.c
index 8403dd2..c5e65a0 100644
--- a/arch/arm/mach-exynos4/platsmp.c
+++ b/arch/arm/mach-exynos4/platsmp.c
@@ -22,7 +22,7 @@
 #include <linux/io.h>
 
 #include <asm/cacheflush.h>
-#include <asm/hardare/gic.h>
+#include <asm/hardware/gic.h>
 #include <asm/smp_scu.h>
 #include <asm/unified.h>
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-01 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 15:35 [PATCH/NEXT] ARM: exynos4: fix typo in platsmp.c Marc Zyngier
2011-06-01 21:52 ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.