VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Peter Ujfalusi <peter.ujfalusi@ti.com> 2016-05-26 16:29:11 +0300 committer: Peter Ujfalusi <peter.ujfalusi@ti.com> 2016-06-03 16:06:22 +0300 commit: f048e8c1d169b446e3e2502cb0a161462dd05ff8 parent: d8647f9e1eda9f4d8df6b4e67bd8389c38c72a85
Commit Summary:
omapfb: panel-lgphilips-lb035q02: Remove legacy boot support
Diffstat:
1 file changed, 0 insertions, 16 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h
index 085b4171eb25..74486bcc754e 100644
--- a/include/video/omap-panel-data.h
+++ b/include/video/omap-panel-data.h
@@ -147,22 +147,4 @@ struct panel_acx565akm_platform_data {
 	int datapairs;
 };
 
-/**
- * panel_lb035q02 platform data
- * @name: name for this display entity
- * @source: name of the display entity used as a video source
- * @data_lines: number of DPI datalines
- * @backlight_gpio: gpio to enable/disable the backlight (or -1)
- * @enable_gpio: gpio to enable/disable the panel (or -1)
- */
-struct panel_lb035q02_platform_data {
-	const char *name;
-	const char *source;
-
-	int data_lines;
-
-	int backlight_gpio;
-	int enable_gpio;
-};
-
 #endif /* __OMAP_PANEL_DATA_H */