Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f244187a authored by Niranjana Vishwanathapura's avatar Niranjana Vishwanathapura
Browse files

media: rc: Use changed macro name to fix compilation issue



Use the new macro name RC_TYPE_RC6_0 instead of RC_TYPE_RC6.

Change-Id: I63c6446b4df5833a523b2d58390b645c51ec07b2
Signed-off-by: default avatarNiranjana Vishwanathapura <nvishwan@codeaurora.org>
parent 94c52e4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -60,7 +60,7 @@ static struct rc_map_list rc6_philips_map = {
	.map = {
		.scan    = philips,
		.size    = ARRAY_SIZE(philips),
		.rc_type = RC_TYPE_RC6,
		.rc_type = RC_TYPE_RC6_0,
		.name    = RC_MAP_RC6_PHILIPS,
	}
};