summaryrefslogtreecommitdiffstats
path: root/include/parade.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:34 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:16 -0600
commit68964dbc838077c8ecd796fd43b0aa43bb309a50 (patch)
tree8e4902bb3532980bf589c65030a99ce87caab8d8 /include/parade.h
parent24696e2f214b3a14a7fbaae032800fb8f8fc848b (diff)
downloadtalos-obmc-uboot-68964dbc838077c8ecd796fd43b0aa43bb309a50.tar.gz
talos-obmc-uboot-68964dbc838077c8ecd796fd43b0aa43bb309a50.zip
video: Remove the old parade driver
We have a new one which uses driver model and device tree configuration. Remove the old one. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/parade.h')
-rw-r--r--include/parade.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/parade.h b/include/parade.h
deleted file mode 100644
index 887f56dcf2..0000000000
--- a/include/parade.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * (C) Copyright 2012 Samsung Electronics
- * Donghwa Lee <dh09.lee@samsung.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef __PARADE_H__
-#define __PARADE_H__
-
-/* Initialize the Parade dP<->LVDS bridge if present */
-#ifdef CONFIG_VIDEO_PARADE
-int parade_init(const void *blob);
-#else
-static inline int parade_init(const void *blob) { return -1; }
-#endif
-
-#endif /* __PARADE_H__ */
OpenPOWER on IntegriCloud