Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110387
b: refs/heads/master
c: fbdbf70
h: refs/heads/master
i:
  110385: e621804
  110383: 40dec0a
v: v3
  • Loading branch information
Uwe Kleine-König authored and Ingo Molnar committed Sep 17, 2008
1 parent f39b63a commit 58fcfc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90f7d25c6b672137344f447a30a9159945ffea72
refs/heads/master: fbdbf709938d155c719c76b9894d28342632c797
3 changes: 3 additions & 0 deletions trunk/include/asm-x86/mach-rdc321x/gpio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _RDC321X_GPIO_H
#define _RDC321X_GPIO_H

#include <linux/kernel.h>

extern int rdc_gpio_get_value(unsigned gpio);
extern void rdc_gpio_set_value(unsigned gpio, int value);
extern int rdc_gpio_direction_input(unsigned gpio);
Expand All @@ -18,6 +20,7 @@ static inline int gpio_request(unsigned gpio, const char *label)

static inline void gpio_free(unsigned gpio)
{
might_sleep();
rdc_gpio_free(gpio);
}

Expand Down

0 comments on commit 58fcfc5

Please sign in to comment.