2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 11:13:58 +08:00

[media] adv7604/adv7842: drop unused op_656_range and alt_data_sat fields

These platform_data fields are no longer needed, drop them.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Hans Verkuil 2016-06-28 11:54:59 -03:00 committed by Mauro Carvalho Chehab
parent e3513f3f41
commit 8842316bbd
2 changed files with 0 additions and 4 deletions

View File

@ -121,8 +121,6 @@ struct adv76xx_platform_data {
/* IO register 0x02 */
unsigned alt_gamma:1;
unsigned op_656_range:1;
unsigned alt_data_sat:1;
/* IO register 0x05 */
unsigned blank_data:1;

View File

@ -165,8 +165,6 @@ struct adv7842_platform_data {
/* IO register 0x02 */
unsigned alt_gamma:1;
unsigned op_656_range:1;
unsigned alt_data_sat:1;
/* IO register 0x05 */
unsigned blank_data:1;