summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_tfp410.h
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2019-12-09 16:42:14 +0200
committerJyri Sarha <jsarha@ti.com>2019-12-16 10:45:43 +0200
commit2156873f08c7893811f34177aa923ab1ea486591 (patch)
tree348d8bb30bfbeb42b366fdae5cbb487ec89f92a3 /drivers/gpu/drm/tilcdc/tilcdc_tfp410.h
parentd4e6a62d3769ef09bfe116b261a61ef871dea4f9 (diff)
downloadlinux-2156873f08c7893811f34177aa923ab1ea486591.tar.bz2
drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driver
Remove obsolete bundled tfp410 driver with its "ti,tilcdc,tfp410" devicetree binding. No platform has ever used this driver in the mainline kernel and if anybody connects tfp410 to tilcdc he or she should use the generic drm tfp410 bridge driver. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/6e2db6c328467cc51e8d633ecb0ffa7c5736f2e8.1575901747.git.jsarha@ti.com
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_tfp410.h')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_tfp410.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.h b/drivers/gpu/drm/tilcdc/tilcdc_tfp410.h
deleted file mode 100644
index f9aaf6911ffc..000000000000
--- a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (C) 2012 Texas Instruments
- * Author: Rob Clark <robdclark@gmail.com>
- */
-
-#ifndef __TILCDC_TFP410_H__
-#define __TILCDC_TFP410_H__
-
-/* sub-module for tfp410 dvi adaptor */
-
-int tilcdc_tfp410_init(void);
-void tilcdc_tfp410_fini(void);
-
-#endif /* __TILCDC_TFP410_H__ */