Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218505
b: refs/heads/master
c: 09cd952
h: refs/heads/master
i:
  218503: cdca86d
v: v3
  • Loading branch information
Anton Vorontsov authored and Linus Torvalds committed Oct 28, 2010
1 parent de351eb commit 0e3397f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aeec56e331c6d2750de02ef34b305338305ca690
refs/heads/master: 09cd9527d621640d4dd231dff77b681e711d8e4b
4 changes: 2 additions & 2 deletions trunk/include/asm-generic/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ extern void gpio_unexport(unsigned gpio);

#endif /* CONFIG_GPIO_SYSFS */

#else /* !CONFIG_HAVE_GPIO_LIB */
#else /* !CONFIG_GPIOLIB */

static inline int gpio_is_valid(int number)
{
Expand Down Expand Up @@ -239,7 +239,7 @@ static inline void gpio_set_value_cansleep(unsigned gpio, int value)
gpio_set_value(gpio, value);
}

#endif /* !CONFIG_HAVE_GPIO_LIB */
#endif /* !CONFIG_GPIOLIB */

#ifndef CONFIG_GPIO_SYSFS

Expand Down

0 comments on commit 0e3397f

Please sign in to comment.