]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: move ttpci-eeprom to common
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 31 May 2021 15:05:45 +0000 (17:05 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 09:16:15 +0000 (11:16 +0200)
commitde646852cdadf7da2267e06297f7f6fe22dfb899
treef32ffb44b18d8267d46a7304f94360f08cf4f908
parent80c1c54a2aa3c5177f73fc5d505668df56fb28b6
media: move ttpci-eeprom to common

The ttpci-eeprom is actually an independent driver that
doesn't depend on the stuff under drivers/media/pci/ttpci/.

Also, it is used by an USB driver (pctv452e).

So, move it to the common directory.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/ttpci-eeprom.c [new file with mode: 0644]
drivers/media/common/ttpci-eeprom.h [new file with mode: 0644]
drivers/media/pci/ttpci/Makefile
drivers/media/pci/ttpci/ttpci-eeprom.c [deleted file]
drivers/media/pci/ttpci/ttpci-eeprom.h [deleted file]
drivers/media/usb/Kconfig
drivers/media/usb/dvb-usb/Makefile