[ patch -mm1 00/03 ] gpio: 3 minor tweaks

From: Jim Cromie
Date: Wed Jul 12 2006 - 13:17:37 EST



this patchset does:

1 - drops gpio_set_high, gpio_set_low from the nsc_gpio_ops vtable.
While we can't drop them from scx200_gpio (or can we ?), vtable users
(ie new users) dont need them, they can just use gpio_set()

2 - pure cosmetics - lose needless newlines.

3 - rename EXPORTed gpio vtables from {scx200,pc8736x}_access to _gpio_ops
new name is much closer to the vtable-name struct nsc_gpio_ops, and should be clearer.
Also rename the _fops vtable vars to _fileops to better disambiguate it from the gpio vtables.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/