From: Mark Brown Date: Mon, 24 Oct 2011 21:59:21 +0000 (+0200) Subject: h8300: Move gpio.h to gpio-internal.h X-Git-Tag: v3.2-rc1~124^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92ef29a6fa971d9e314e412cd9c09757906411a;p=pandora-kernel.git h8300: Move gpio.h to gpio-internal.h The current h8300 GPIO implementation doesn't provide the standard GPIO API, and in fact provides only direction control rather than normal GPIO functionality. Currently this is only used by the platform interrupt implementation rather than by a range of drivers so in preparation for moving over to gpiolib move the header out of the way of the gpiolib header, allowing a default GPIO implementation to be provided. For actual use of these GPIOs with gpiolib a real driver would still need to be written but there appears to be no current need for this. Signed-off-by: Mark Brown Signed-off-by: Grant Likely --- Reading git-diff-tree failed