[media] btcx-risc: move from media/i2c to media/common
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 6 Feb 2013 10:57:57 +0000 (07:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 18:11:25 +0000 (16:11 -0200)
commitf1c50f2489f40494658a6b7326bd6d5a26f72711
tree69af5dd2ec1c65bea75976c51c3672e80fced0c1
parent625958207752519bd0e49d0dcdde61a20ac081b3
[media] btcx-risc: move from media/i2c to media/common

The btcx-risc module is a helper module for bttv/conexant based TV cards.
It isn't an i2c module at all, instead it should be in common since it is
used by 4 pci drivers.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 files changed:
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/btcx-risc.c [new file with mode: 0644]
drivers/media/common/btcx-risc.h [new file with mode: 0644]
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/btcx-risc.c [deleted file]
drivers/media/i2c/btcx-risc.h [deleted file]
drivers/media/pci/bt8xx/Makefile
drivers/media/pci/cx23885/Makefile
drivers/media/pci/cx25821/Makefile
drivers/media/pci/cx88/Makefile
This page took 0.028106 seconds and 5 git commands to generate.