]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mx5: Fix checkpatch warnings in cpu-imx5.c
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 21 Nov 2011 18:26:52 +0000 (16:26 -0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 22 Nov 2011 09:28:49 +0000 (10:28 +0100)
commit7f3832b50746cb6062a303e321dbad3b2b743ec9
tree2095de9c19a096b68fa509f6eefadfa9d040fb0a
parent45f16081f491ac241d6df0d99e5543c005993637
ARM: mx5: Fix checkpatch warnings in cpu-imx5.c

Fix the following warnings reported by checkpatch:

WARNING: Use #include <linux/io.h> instead of <asm/io.h>
#19: FILE: arm/mach-imx/cpu-imx5.c:19:
+#include <asm/io.h>

WARNING: line over 80 characters
#70: FILE: arm/mach-imx/cpu-imx5.c:70:
+ if (mx51_revision() < IMX_CHIP_REVISION_3_0 && (elf_hwcap & HWCAP_NEON)) {

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx5/cpu.c