[PATCH/NEXT] ARM: exynos4: fix typo in platsmp.c

Kukjin Kim kgene.kim at samsung.com
Wed Jun 1 17:52:57 EDT 2011


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 at arm.linux.org.uk>
> Signed-off-by: Marc Zyngier<marc.zyngier at 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 at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.



More information about the linux-arm-kernel mailing list