These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / media / adv7511.h
index bb78bed..d83b91d 100644 (file)
@@ -40,9 +40,10 @@ struct adv7511_cec_arg {
 };
 
 struct adv7511_platform_data {
-       uint8_t i2c_edid;
-       uint8_t i2c_cec;
-       uint32_t cec_clk;
+       u8 i2c_edid;
+       u8 i2c_cec;
+       u8 i2c_pktmem;
+       u32 cec_clk;
 };
 
 #endif