From: Wolfgang Grandegger Date: Fri, 30 May 2008 12:51:33 +0000 (+1000) Subject: of_gpio: Should use new header X-Git-Tag: v2.6.27-rc1~865^2~24 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=18ad7a61e1b700dfe177fabf1c350b4f5d4da8ac;p=linux-2.6-omap-h63xx.git of_gpio: Should use new header Since commit 7560fa60fcdcdb0da662f6a9fad9064b554ef46c (gpio: and "no GPIO support here" stubs) drivers can use GPIOs if they're available, but don't require them. This patch actually enables this feature. Signed-off-by: Wolfgang Grandegger Signed-off-by: Anton Vorontsov Signed-off-by: Benjamin Herrenschmidt --- diff --git a/include/linux/of_gpio.h b/include/linux/of_gpio.h index 2ee97e9877a..67db101d0eb 100644 --- a/include/linux/of_gpio.h +++ b/include/linux/of_gpio.h @@ -15,7 +15,7 @@ #define __LINUX_OF_GPIO_H #include -#include +#include #ifdef CONFIG_OF_GPIO