diff options
author | Sean Young <sean@mess.org> | 2018-10-05 01:21:13 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-10-05 18:28:13 +0300 |
commit | 557c97b5133669297be561e6091da9ab6e488e65 (patch) | |
tree | ba25d1df4ecd82ada36623a4a905c14434b2c345 /include/media | |
parent | c439d5c1e13dbf66cff53455432f21d4d0536c51 (diff) | |
download | linux-557c97b5133669297be561e6091da9ab6e488e65.tar.xz |
media: cec: name for RC passthrough device does not need 'RC for'
An RC device is does not need to be called 'RC for'. Simply the name
will suffice.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/cec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/cec.h b/include/media/cec.h index 254a610b9aa5..3fe5e5d2bb7e 100644 --- a/include/media/cec.h +++ b/include/media/cec.h @@ -198,9 +198,7 @@ struct cec_adapter { u16 phys_addrs[15]; u32 sequence; - char device_name[32]; char input_phys[32]; - char input_drv[32]; }; static inline void *cec_get_drvdata(const struct cec_adapter *adap) |