mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
[media] exynos4-is: Remove leftovers of non-dt FIMC-LITE support
FIMC-LITE devices are never looked up by iterating over all platform devices with bus_for_each_device() as these IP blocks are available only on dt-only Exynos SoC platforms. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
26d63d13da
commit
5c327e7399
@ -804,8 +804,6 @@ static int fimc_md_pdev_match(struct device *dev, void *data)
|
||||
|
||||
if (!strcmp(pdev->name, CSIS_DRIVER_NAME)) {
|
||||
plat_entity = IDX_CSIS;
|
||||
} else if (!strcmp(pdev->name, FIMC_LITE_DRV_NAME)) {
|
||||
plat_entity = IDX_FLITE;
|
||||
} else {
|
||||
p = strstr(pdev->name, "fimc");
|
||||
if (p && *(p + 4) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user