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

Commit 6b9337c3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ed95650c f244187a
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,
	}
};