]> git.karo-electronics.de Git - linux-beck.git/commit
[media] s5p_mfc: don't use an external symbol called 'debug'
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 22 Aug 2014 11:07:57 +0000 (06:07 -0500)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:02 +0000 (18:52 -0300)
commit139adba64cdde218e6a679f1d5b675fee937a8d8
tree44e5d303fab48fa86b3f6a6d6e21b67aa761561d
parent9842a417d46bf40f2d460120016b6392d3ac32c9
[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 <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc.c
drivers/media/platform/s5p-mfc/s5p_mfc_debug.h