aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/ttpci-eeprom.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-02media: move ttpci-eeprom to commonMauro Carvalho Chehab1-0/+159
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>