summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2015-11-16 17:52:17 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-19 11:38:14 -0200
commit53df87771715d6a68013be404350074bec9ad8db (patch)
tree52f65268be837be06faab369692621d1b6511002 /drivers/media/rc
parent9f0bf366d70beaae64975dcb89272ea6d6fc4a03 (diff)
downloadop-kernel-dev-53df87771715d6a68013be404350074bec9ad8db.zip
op-kernel-dev-53df87771715d6a68013be404350074bec9ad8db.tar.gz
[media] media: rc: constify struct proto_names
Declare struct proto_names and its member name as const. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/rc-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c
index ba5df4b..9d05d03 100644
--- a/drivers/media/rc/rc-main.c
+++ b/drivers/media/rc/rc-main.c
@@ -777,9 +777,9 @@ static struct class rc_class = {
* used by the sysfs protocols file. Note that the order
* of the entries is relevant.
*/
-static struct {
+static const struct {
u64 type;
- char *name;
+ const char *name;
const char *module_name;
} proto_names[] = {
{ RC_BIT_NONE, "none", NULL },
OpenPOWER on IntegriCloud