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

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

On 05/23/11 08:35, Marc Zyngier wrote:
> 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>
>

Hi Marc,

Maybe, Russell fixed this when applied.

As a note, the commit is 0f7b332f9777819a39a3b325690379a7efef89d1
(ARM: consolidate SMP cross call implementation) in mainline now.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

^ permalink raw reply	[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.