[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module
authorJim Cromie <jim.cromie@gmail.com>
Tue, 27 Jun 2006 09:54:20 +0000 (02:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:43 +0000 (17:32 -0700)
commit1a66fdf083bf2b60c4d12feb970bc7373b59e33a
treef1e9d67e5c2fb3f9e7e575a6a9c44db3af6f6c22
parent1ca5df0a4cbd17a9536e63c5f69d4717c6538eb0
[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module

Now that the read(), write() file-ops are dispatching gpio-ops via the vtable,
they are generic, and can be moved 'verbatim' to the nsc_gpio common-support
module.  After the move, various symbols are renamed to update 'scx200_' to
'nsc_', and headers are adjusted accordingly.

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>
drivers/char/nsc_gpio.c
drivers/char/scx200_gpio.c
include/linux/nsc_gpio.h