summaryrefslogtreecommitdiff
path: root/include/parade.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 14:19:34 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:16 (GMT)
commit68964dbc838077c8ecd796fd43b0aa43bb309a50 (patch)
tree8e4902bb3532980bf589c65030a99ce87caab8d8 /include/parade.h
parent24696e2f214b3a14a7fbaae032800fb8f8fc848b (diff)
downloadu-boot-fsl-qoriq-68964dbc838077c8ecd796fd43b0aa43bb309a50.tar.xz
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 887f56d..0000000
--- 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__ */