diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-07 15:27:57 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-14 15:34:38 +0300 |
commit | 35dd70b4c4935012ee02b4296618e56bd6ae3040 (patch) | |
tree | e16cdedb3823de9f8f239d0c721f318b8bdb8d7f /drivers/media/platform/Makefile | |
parent | 43c4dc3f59e75f3a8b726c4c90cb894c3780e91c (diff) | |
download | linux-35dd70b4c4935012ee02b4296618e56bd6ae3040.tar.xz |
media: media: sh_veu: Remove driver
Since its inclusion in v3.9, no users of the SuperH VEU mem2mem video
processing driver have appeared upstream. All VEU devices in SuperH
board code still bind to the "uio_pdrv_genirq" driver instead.
The original author marked the driver orphaned in v3.15.
Remove the driver; it can always be resurrected from git history when
needed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Landley <rob@landley.net>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/Makefile')
-rw-r--r-- | drivers/media/platform/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile index ac31d4748869..62b6cdc8c730 100644 --- a/drivers/media/platform/Makefile +++ b/drivers/media/platform/Makefile @@ -21,8 +21,6 @@ obj-$(CONFIG_VIDEO_CODA) += coda/ obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o -obj-$(CONFIG_VIDEO_SH_VEU) += sh_veu.o - obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o obj-$(CONFIG_VIDEO_MUX) += video-mux.o |