[media] tef6862: fix warning on avr32 arch
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 1 Nov 2013 16:19:05 +0000 (13:19 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 7 Nov 2013 17:04:07 +0000 (15:04 -0200)
commit5f27ca418bedd0342942eca61a12f76d73d95962
treec318e54d6ec7a1ae3c3b6cdd8f049b5e36f916ae
parent1d212cf0c2d89adf3d0a6d62d729076f49f087dc
[media] tef6862: fix warning on avr32 arch

On avr32 arch, we get those warnings:
drivers/media/radio/tef6862.c:59:1: warning: "MODE_SHIFT" redefined
In file included from /devel/v4l/ktest-build/arch/avr32/include/asm/ptrace.h:11,
arch/avr32/include/uapi/asm/ptrace.h:41:1: warning: this is the location of the previous definition
Prefix MSA_ to the MSA register bitmap macros, to avoid reusing the same symbol.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/radio/tef6862.c
This page took 0.025968 seconds and 5 git commands to generate.