diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 15:37:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 15:37:06 -0300 |
commit | 0fad6e2372074e69b7c2048fec86f5a4bcbb3edb (patch) | |
tree | 9c1ac95c11b169b3fe2b514433eb3211e1329c67 /include/media | |
parent | f8da4aad552ec9423ca723404472cc3db0c125d7 (diff) | |
download | linux-0fad6e2372074e69b7c2048fec86f5a4bcbb3edb.tar.bz2 |
[media] tveeprom: get rid of documentation of an unused parameter
Changeset 446aba663b82 ("[media] tveeprom: get rid of unused arg
on tveeprom_hauppauge_analog()") removed the now unused I2C adapter
struct from struct tveeprom. Remove the corresponding kernel-doc
tag.
Fixes: 446aba663b82 ("[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()")
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tveeprom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h index 5324c82fc810..630bcf3d8885 100644 --- a/include/media/tveeprom.h +++ b/include/media/tveeprom.h @@ -94,7 +94,6 @@ struct tveeprom { * of the eeprom previously filled at * @eeprom_data field. * - * @c: I2C client struct * @tvee: Struct to where the eeprom parsed data will be filled; * @eeprom_data: Array with the contents of the eeprom_data. It should * contain 256 bytes filled with the contents of the |