]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (13456): s2250: Change module structure
authorPete Eberlein <pete@sensoray.com>
Mon, 16 Nov 2009 18:13:51 +0000 (15:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:17 +0000 (18:42 -0200)
commit832b6a8917f050a9cbeeb69e080733128d562f59
treeabcd8c463aa2c28cfe15cfeabb1ee676da204f81
parent694a101e6acb865f5405a95c358eea43c813cf24
V4L/DVB (13456): s2250: Change module structure

The s2250-board i2c module was converted to use v4l2-i2c-drv.h in
preparation for its subdev conversion.  This change prevented the
s2250-loader from being initialized within the same module due to
the module_init and module_exit function definitions in v4l2-i2c-drv.h.
Therefore, s2250-loader is now its own module, and the header for
exporting s2250-loader functions is no longer needed.

The s2250 i2c module name was "2220-board" in some places, and was
changed to "s2250".

Signed-off-by: Pete Eberlein <pete@sensoray.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/go7007/Makefile
drivers/staging/go7007/go7007-driver.c
drivers/staging/go7007/go7007-usb.c
drivers/staging/go7007/s2250-board.c
drivers/staging/go7007/s2250-loader.c