From: Mauro Carvalho Chehab Date: Fri, 1 Nov 2013 16:19:05 +0000 (-0300) Subject: [media] tef6862: fix warning on avr32 arch X-Git-Tag: v3.13-rc1~46^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f27ca418bedd0342942eca61a12f76d73d95962;p=pandora-kernel.git [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 Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed