commit | 2e8f7a3128bb8fac8351a994f1fc325717899308 | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Fri Jul 14 00:24:26 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 14 21:53:54 2006 -0700 |
tree | 9c9169220013caa62887a6d40725589f896de0b3 | |
parent | abecb6da704a71232a3103c8485c65ceb5fcd9dc [diff] |
[PATCH] gpio: rename exported vtables to better match purpose - rename EXPORTed gpio vtables from {scx200,pc8736x}_access to _gpio_ops new name is much closer to the vtable-name struct nsc_gpio_ops, should be clearer. Also rename the _fops vtable var to _fileops to better disambiguate it from the gpio vtable. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>