summaryrefslogtreecommitdiff
path: root/include/media/ths7303.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/ths7303.h')
-rw-r--r--include/media/ths7303.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/ths7303.h b/include/media/ths7303.h
index 980ec51d574d..a7b49297da82 100644
--- a/include/media/ths7303.h
+++ b/include/media/ths7303.h
@@ -30,13 +30,11 @@
* @ch_1: Bias value for channel one.
* @ch_2: Bias value for channel two.
* @ch_3: Bias value for channel three.
- * @init_enable: initalize on init.
*/
struct ths7303_platform_data {
u8 ch_1;
u8 ch_2;
u8 ch_3;
- u8 init_enable;
};
#endif