From: Arnd Bergmann Date: Sat, 4 Aug 2012 04:59:34 +0000 (+0000) Subject: ARM: sa1100: include linux/io.h in hackkit leds code X-Git-Tag: v3.6-rc2~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c97738c5d3378e8ee525ff7f9fc160be3c8ed92;p=pandora-kernel.git ARM: sa1100: include linux/io.h in hackkit leds code The sa1100 definition of the io_p2v macro has changed in v3.6, and this one file stopped working because of that. Without this patch, building hackkit_defconfig results in: arch/arm/mach-sa1100/leds-hackkit.c: In function 'hackkit_leds_event': arch/arm/mach-sa1100/leds-hackkit.c:39:4: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann Cc: Russell King --- Reading git-diff-tree failed