]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit79cf3a0d9d66a970731a4e5a8f13a91cf7c86770
treef1e9d67e5c2fb3f9e7e575a6a9c44db3af6f6c22
parent71dfb117e49da89b3f80e6ec570ede052910a377
[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