[media] rtl2830: convert driver to kernel I2C model
Convert driver to kernel I2C model. Old DVB proprietary model is still left there also. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
ac5361a8c8
commit
28c0879939
@@ -24,8 +24,10 @@
|
||||
#include "dvb_frontend.h"
|
||||
#include "dvb_math.h"
|
||||
#include "rtl2830.h"
|
||||
#include <linux/i2c-mux.h>
|
||||
|
||||
struct rtl2830_priv {
|
||||
struct i2c_adapter *adapter;
|
||||
struct i2c_adapter *i2c;
|
||||
struct dvb_frontend fe;
|
||||
struct rtl2830_config cfg;
|
||||
|
Reference in New Issue
Block a user