Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32649
b: refs/heads/master
c: 91e260b
h: refs/heads/master
i:
  32647: 73ef0b2
v: v3
  • Loading branch information
Jim Cromie authored and Linus Torvalds committed Jul 15, 2006
1 parent bf4a98b commit 43b0900
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 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: b9432e4d8866606466117664472c58ac981ea4f4
refs/heads/master: 91e260b80d2fec559877f399dfc36b554f207874
2 changes: 0 additions & 2 deletions trunk/drivers/char/pc8736x_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ static struct nsc_gpio_ops pc8736x_access = {
.gpio_dump = nsc_gpio_dump,
.gpio_get = pc8736x_gpio_get,
.gpio_set = pc8736x_gpio_set,
.gpio_set_high = pc8736x_gpio_set_high,
.gpio_set_low = pc8736x_gpio_set_low,
.gpio_change = pc8736x_gpio_change,
.gpio_current = pc8736x_gpio_current
};
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/char/scx200_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ struct nsc_gpio_ops scx200_access = {
.gpio_dump = nsc_gpio_dump,
.gpio_get = scx200_gpio_get,
.gpio_set = scx200_gpio_set,
.gpio_set_high = scx200_gpio_set_high,
.gpio_set_low = scx200_gpio_set_low,
.gpio_change = scx200_gpio_change,
.gpio_current = scx200_gpio_current
};
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/nsc_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ struct nsc_gpio_ops {
void (*gpio_dump) (struct nsc_gpio_ops *amp, unsigned iminor);
int (*gpio_get) (unsigned iminor);
void (*gpio_set) (unsigned iminor, int state);
void (*gpio_set_high)(unsigned iminor);
void (*gpio_set_low) (unsigned iminor);
void (*gpio_change) (unsigned iminor);
int (*gpio_current) (unsigned iminor);
struct device* dev; /* for dev_dbg() support, set in init */
Expand Down

0 comments on commit 43b0900

Please sign in to comment.