[media] drx-j: get rid of function wrappers
On several places, the I2C functions are just wrappers to others. Get rid of it. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
80bff4b075
commit
244c0e06bf
|
@ -1940,8 +1940,6 @@ struct drx_demod_instance;
|
|||
* \struct struct drx_demod_instance * \brief Top structure of demodulator instance.
|
||||
*/
|
||||
struct drx_demod_instance {
|
||||
/* type specific demodulator data */
|
||||
struct drx_access_func *my_access_funct;
|
||||
/**< data access protocol functions */
|
||||
struct i2c_device_addr *my_i2c_dev_addr;
|
||||
/**< i2c address and device identifier */
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue