V4L/DVB (3546): Fix Compilation after moving bttv code
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 24 Mar 2006 00:45:24 +0000 (21:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 24 Mar 2006 19:26:51 +0000 (16:26 -0300)
commitfa3fcceb30eb8a3cb2ac299c207c6f89b9aed379
tree5cd9df4a0591aec9c1e69f19c2f34c40a0914f2a
parentc72602b8250cc0d3ace59d1a7334c5cd7aa9490e
V4L/DVB (3546): Fix Compilation after moving bttv code

- Missing a Makefile for bt8xx
- rds.h were at wrong directory, since it is a global header for an internal
  interface
- tda7432 and tda9875 were dependent from bttv.h
- bttv.h were holding i2c addresses

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bt8xx/Makefile [new file with mode: 0644]
drivers/media/video/bt8xx/bttv-driver.c
drivers/media/video/bt8xx/bttv.h
drivers/media/video/saa6588.c
drivers/media/video/saa7134/saa7134-core.c
drivers/media/video/tda7432.c
drivers/media/video/tda9875.c
include/media/i2c-addr.h [new file with mode: 0644]
include/media/rds.h [moved from drivers/media/video/rds.h with 99% similarity]