David S. Miller 69049fbfc5 tua6100: Avoid build warnings.
[ Upstream commit 621ccc6cc5f8d6730b740d31d4818227866c93c9 ]

Rename _P to _P_VAL and _R to _R_VAL to avoid global
namespace conflicts:

drivers/media/dvb-frontends/tua6100.c: In function ‘tua6100_set_params’:
drivers/media/dvb-frontends/tua6100.c:79: warning: "_P" redefined
 #define _P 32

In file included from ./include/acpi/platform/aclinux.h:54,
                 from ./include/acpi/platform/acenv.h:152,
                 from ./include/acpi/acpi.h:22,
                 from ./include/linux/acpi.h:34,
                 from ./include/linux/i2c.h:17,
                 from drivers/media/dvb-frontends/tua6100.h:30,
                 from drivers/media/dvb-frontends/tua6100.c:32:
./include/linux/ctype.h:14: note: this is the location of the previous definition
 #define _P 0x10 /* punct */

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-07-31 07:28:22 +02:00
..
2019-05-31 06:47:34 -07:00
2019-06-22 08:16:16 +02:00
2018-12-21 14:13:14 +01:00
2019-05-14 19:18:42 +02:00
2019-07-31 07:28:22 +02:00
2019-06-19 08:20:59 +02:00
2018-12-21 14:13:13 +01:00
2019-07-10 09:54:42 +02:00
2019-05-31 06:47:21 -07:00