linux-kernel-test/drivers/media/video/saa7164
Ingo Molnar b1912a85b5 media: video: Fix build in saa7164
-tip testing found that the x86 build (64-bit allyesconfig) fails due to:

  LD      vmlinux.o
  drivers/built-in.o:(.bss+0x4b648): multiple definition of `debug'
  arch/x86/built-in.o:(.kprobes.text+0x88): first defined here
  ld: Warning: size of symbol `debug' changed from 90 in
arch/x86/built-in.o to 4 in drivers/built-in.o
 make: *** [vmlinux.o] Error 1

This is because recent saa7164 changes introduced a global symbol
named 'debug'. The x86 platform code already defines a 'debug'
symbol. (which is named in a too generic way as well - but it
can be used nicely to weed out too generic symbols in drivers ;-)

Rename it to saa_debug.

[mchehab@redhat.com: use module_param_named to preserve old name]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-09-22 18:58:17 -03:00
..
Kconfig V4L/DVB (12968): saa7164: fix Kconfig: remove HOTPLUG dependency 2009-09-19 00:16:09 -03:00
Makefile
saa7164-api.c media: video: Fix build in saa7164 2009-09-22 18:58:17 -03:00
saa7164-buffer.c V4L/DVB (12993a): saa7164: Fix compilation warning on i386 2009-09-19 00:44:31 -03:00
saa7164-bus.c V4L/DVB (12927): SAA7164: Remove volatiles for PCI writes (coding style violation) 2009-09-19 00:14:51 -03:00
saa7164-cards.c V4L/DVB (12946): SAA7164: Add support for a new HVR-2250 hardware revision 2009-09-19 00:15:24 -03:00
saa7164-cmd.c media: video: Fix build in saa7164 2009-09-22 18:58:17 -03:00
saa7164-core.c media: video: Fix build in saa7164 2009-09-22 18:58:17 -03:00
saa7164-dvb.c V4L/DVB (12945): SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode. 2009-09-19 00:15:22 -03:00
saa7164-fw.c V4L/DVB (12928): SAA7164: Increase firmware load tolerance 2009-09-19 00:14:52 -03:00
saa7164-i2c.c V4L/DVB (12976): SAA7164: Removed bus registration messages from driver startup 2009-09-19 00:16:17 -03:00
saa7164-reg.h
saa7164-types.h
saa7164.h media: video: Fix build in saa7164 2009-09-22 18:58:17 -03:00