aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/media
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-12-02 15:13:26 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-12-03 07:37:59 +0100
commit41a340941854c4606a9b71b9d68db412747e7c84 (patch)
treee2f483778a20908123b1d366c68f67e9a806b78d /include/linux/platform_data/media
parentmedia: tvp5150: Fix wrong return value of tvp5150_parse_dt() (diff)
downloadlinux-dev-41a340941854c4606a9b71b9d68db412747e7c84.tar.xz
linux-dev-41a340941854c4606a9b71b9d68db412747e7c84.zip
media: coda: Convert the driver to DT-only
Since 5.10-rc1 i.MX is a devicetree-only platform, so simplify the code by removing the unused non-DT support. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/linux/platform_data/media')
-rw-r--r--include/linux/platform_data/media/coda.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/platform_data/media/coda.h b/include/linux/platform_data/media/coda.h
deleted file mode 100644
index 293b61b60c9d..000000000000
--- a/include/linux/platform_data/media/coda.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Copyright (C) 2013 Philipp Zabel, Pengutronix
- */
-#ifndef PLATFORM_CODA_H
-#define PLATFORM_CODA_H
-
-struct device;
-
-struct coda_platform_data {
- struct device *iram_dev;
-};
-
-#endif