From: Lennert Buytenhek Date: Tue, 14 Dec 2010 11:54:03 +0000 (+0100) Subject: ARM: Remove dependency of plat-orion GPIO code on mach directory includes. X-Git-Tag: v2.6.39-rc1~434^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eac6d0a4e7e5149a7f86575b46d710ad2e05fe2;p=pandora-kernel.git ARM: Remove dependency of plat-orion GPIO code on mach directory includes. This patch makes the various mach dirs that use the plat-orion GPIO code pass in GPIO-related platform info (GPIO controller base address, secondary base IRQ number, etc) explicitly, instead of having plat-orion get those values by including a mach dir include file -- the latter mechanism is problematic if you want to support multiple ARM platforms in the same kernel image. Signed-off-by: Lennert Buytenhek Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed