Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 244c0e06 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 80bff4b0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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    */
+1026 −1184

File changed.

Preview size limit exceeded, changes collapsed.