V4L/DVB: ngene: split out i2c code into a separate file
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sat, 13 Mar 2010 20:10:24 +0000 (17:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:59:07 +0000 (12:59 -0300)
commitcb1c0f8e7099ef5ba20c046df3a3790b5683c573
tree7760ce95dd9d38069e53d8281ca6fac2d581641e
parent0abf26291d95b09eda44453a0c0655a54b8d90f7
V4L/DVB: ngene: split out i2c code into a separate file

Split out the i2c related code from the ngene-core.c into a new file called
ngene-i2c.c.  This is part of a larger refactoring of the driver in preparation
for adding analog support.

Note that this patch makes *no* functional change - all I did was cut/paste the
code and add the function prototypes to ngene.h as needed.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ngene/Makefile
drivers/media/dvb/ngene/ngene-core.c
drivers/media/dvb/ngene/ngene-i2c.c [new file with mode: 0644]
drivers/media/dvb/ngene/ngene.h