aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/camera.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2020-06-26 13:53:18 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-04 12:18:49 +0200
commitce548396a4334a4c6e9faada8db89dacf35822b2 (patch)
treecb71a23671729242eb3618360a422dc7bb952df1 /arch/arm/mach-omap1/camera.h
parentmedia: mach-imx: mach-imx27_visstrim_m10.c: remove soc_camera dependencies (diff)
downloadlinux-dev-ce548396a4334a4c6e9faada8db89dacf35822b2.tar.xz
linux-dev-ce548396a4334a4c6e9faada8db89dacf35822b2.zip
media: mach-omap1: board-ams-delta.c: remove soc_camera dependencies
The soc_camera driver is about to be removed, so drop camera support from this board. Note that the soc_camera driver itself has long since been deprecated and can't be compiled anymore (it depends on BROKEN), so camera support on this board has been broken for a long time (at least since 4.6 when the omap1_camera.c was removed from soc_camera). Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Cc: Tony Lindgren <tony@atomide.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'arch/arm/mach-omap1/camera.h')
-rw-r--r--arch/arm/mach-omap1/camera.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-omap1/camera.h b/arch/arm/mach-omap1/camera.h
deleted file mode 100644
index 8018f410d024..000000000000
--- a/arch/arm/mach-omap1/camera.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_ARCH_CAMERA_H_
-#define __ASM_ARCH_CAMERA_H_
-
-#include <linux/platform_data/media/omap1_camera.h>
-
-void omap1_camera_init(void *);
-
-static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
-{
- omap1_camera_init(info);
-}
-
-#endif /* __ASM_ARCH_CAMERA_H_ */