From 97a8918abfb5f1f9718d3bf5da38fbf803066c37 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 27 Jan 2014 02:01:40 -0300 Subject: [media] drx-j: Get rid of I2C protocol version This is not used anywere. Get rid of it. Acked-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/drx39xyj/drx_driver.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/media/dvb-frontends/drx39xyj/drx_driver.h') diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h index aabd5c56d55b..f3098b6bd006 100644 --- a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h +++ b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h @@ -1825,7 +1825,6 @@ struct drx_aud_data { * \struct struct drx_access_func * \brief Interface to an access protocol. */ struct drx_access_func { - struct drx_version *protocolVersion; drx_write_block_func_t write_block_func; drx_read_block_func_t read_block_func; drx_write_reg8func_t write_reg8func; -- cgit v1.2.3