From: Jim Cromie Date: Tue, 27 Jun 2006 09:54:20 +0000 (-0700) Subject: [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module X-Git-Tag: v2.6.18-rc1~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a66fdf083bf2b60c4d12feb970bc7373b59e33a;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed