Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230960
b: refs/heads/master
c: 323b7fe
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Linus Torvalds committed Jan 14, 2011
1 parent f2774f6 commit d0b3009
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: 836cb711ad7960e52625b24195d6e70b79ab0816
refs/heads/master: 323b7fe8f8f6d5ac6214382cf30e8b3a80b265c9
4 changes: 2 additions & 2 deletions trunk/include/linux/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ static inline int gpio_request(unsigned gpio, const char *label)
return -ENOSYS;
}

static inline int __must_check gpio_request_one(unsigned gpio,
static inline int gpio_request_one(unsigned gpio,
unsigned long flags, const char *label)
{
return -ENOSYS;
}

static inline int __must_check gpio_request_array(struct gpio *array, size_t num)
static inline int gpio_request_array(struct gpio *array, size_t num)
{
return -ENOSYS;
}
Expand Down

0 comments on commit d0b3009

Please sign in to comment.