From: Mauro Carvalho Chehab Date: Fri, 22 Aug 2014 11:07:57 +0000 (-0500) Subject: [media] s5p_mfc: don't use an external symbol called 'debug' X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139adba64cdde218e6a679f1d5b675fee937a8d8;p=pandora-kernel.git [media] s5p_mfc: don't use an external symbol called 'debug' The 'debug' name is known to cause conflicts with allyesconfig on several archs. So, localize its name. >> drivers/built-in.o:(.bss+0xc7ee2c): multiple definition of `debug' arch/x86/built-in.o:(.entry.text+0xf78): first defined here ld: Warning: size of symbol `debug' changed from 86 in arch/x86/built-in.o to 4 in drivers/built-in.o While here, fix a wrong file name reference Reported-by: kbuild test robot Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed