]> Pileus Git - ~andy/linux/blobdiff - include/media/ths7303.h
resizable namespace.c hashes
[~andy/linux] / include / media / ths7303.h
index 980ec51d574d3bb76125d51bdba73054d86cfc23..a7b49297da82ca9792d9d55e1bce8190cc3f9537 100644 (file)
  * @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