[PATCH] dvb: follow frontend changes in drivers
commitea6095081f67495f52efec9f23c37fca3209a694
authorMichael Hunold <hunold@linuxtv.org>
Tue, 7 Dec 2004 08:22:05 +0000 (7 00:22 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Dec 2004 08:22:05 +0000 (7 00:22 -0800)
treedd8bdeabf0a938e764beb0ae692fff151e8f55a5
parent9edd313db9fdae9c1446d2df9e36e654ad76de4e
[PATCH] dvb: follow frontend changes in drivers

- [DVB] dvb-ttusb-dec, dvb-ttusb-budget, skystar2, bt878 + dvb-bt8xx: follow
  frontend changes in driver

- [DVB] DST isn't a real frontend, it's an interface to a frontend
  microcontroller, so move the hardware dependend stuff to the right place

Signed-off-by: Michael Hunold <hunold@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
drivers/media/dvb/b2c2/skystar2.c
drivers/media/dvb/bt8xx/bt878.c
drivers/media/dvb/bt8xx/dst.c [new file with mode: 0644]
drivers/media/dvb/bt8xx/dst.h [new file with mode: 0644]
drivers/media/dvb/bt8xx/dst_priv.h [moved from drivers/media/dvb/frontends/dst-bt878.h with 97% similarity]
drivers/media/dvb/bt8xx/dvb-bt8xx.c
drivers/media/dvb/bt8xx/dvb-bt8xx.h
drivers/media/dvb/frontends/dst.c [deleted file]
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h
drivers/media/dvb/ttusb-dec/ttusb_dec.c
drivers/media/dvb/ttusb-dec/ttusbdecfe.c [new file with mode: 0644]
drivers/media/dvb/ttusb-dec/ttusbdecfe.h [new file with mode: 0644]