Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289164
b: refs/heads/master
c: 51be392
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Feb 29, 2012
1 parent 669195d commit 0423f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 480491889f684662a95234f2205ed4d70afe7a10
refs/heads/master: 51be392603762ebbff7337bc8af178d33f3ba71e
6 changes: 3 additions & 3 deletions trunk/drivers/staging/android/timed_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

struct timed_gpio {
const char *name;
unsigned gpio;
unsigned gpio;
int max_timeout;
u8 active_low;
u8 active_low;
};

struct timed_gpio_platform_data {
int num_gpios;
int num_gpios;
struct timed_gpio *gpios;
};

Expand Down

0 comments on commit 0423f0d

Please sign in to comment.