[kernel] 2.6.26: fix build error caused by the gpio sysfs stuff
authorGabor Juhos <juhosg@openwrt.org>
Fri, 5 Sep 2008 06:52:27 +0000 (06:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 5 Sep 2008 06:52:27 +0000 (06:52 +0000)
SVN-Revision: 12536

target/linux/generic-2.6/patches-2.6.26/980-backport_gpio_sysfs_support.patch

index 7c69104d91f01eea9964f568802168ec9d623a56..b62724ab0470451799614ccd01d8afb3c7d538d0 100644 (file)
@@ -978,7 +978,7 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  
  static inline int gpio_is_valid(int number)
  {
-@@ -137,6 +152,20 @@
+@@ -137,6 +152,22 @@
        gpio_set_value(gpio, value);
  }
  
@@ -987,6 +987,8 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 +
 +#ifndef CONFIG_GPIO_SYSFS
 +
++#include <asm/errno.h>
++
 +/* sysfs support is only available with gpiolib, where it's optional */
 +
 +static inline int gpio_export(unsigned gpio, bool direction_may_change)