kernel-ark/drivers/media/video/bt8xx
Adrian Bunk c408a6f673 V4L/DVB (5017): DVB: fix compile error
This patch fixes the following compile error:
<--  snip  -->
...
  LD      drivers/media/video/built-in.o
drivers/media/video/saa7134/built-in.o:(.data+0x85ec): multiple definition of `ir_rc5_remote_gap'
drivers/media/video/bt8xx/built-in.o:(.data+0x734c): first defined here
drivers/media/video/saa7134/built-in.o:(.data+0x85f0): multiple definition of `ir_rc5_key_timeout'
drivers/media/video/bt8xx/built-in.o:(.data+0x7350): first defined here
make[4]: *** [drivers/media/video/built-in.o] Error 1
<--  snip  -->
Since this variables were needlessly global, this patch implements the
trivial fix of making them static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-02-21 13:34:16 -02:00
..
bt832.c
bt832.h
bt848.h
bttv-cards.c V4L/DVB (5012a): Remove some unused code from kernel mainstream 2007-02-21 13:34:15 -02:00
bttv-driver.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
bttv-gpio.c
bttv-i2c.c
bttv-if.c
bttv-input.c V4L/DVB (5017): DVB: fix compile error 2007-02-21 13:34:16 -02:00
bttv-risc.c
bttv-vbi.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
bttv.h V4L/DVB (4961): Add support for the ASUS P7131 remote control 2007-02-21 13:34:12 -02:00
bttvp.h V4L/DVB (4961): Add support for the ASUS P7131 remote control 2007-02-21 13:34:12 -02:00
Kconfig
Makefile