aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omap-panel-n8x0.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/omap-panel-n8x0.h')
-rw-r--r--include/video/omap-panel-n8x0.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/video/omap-panel-n8x0.h b/include/video/omap-panel-n8x0.h
deleted file mode 100644
index 50a1302e2cfd..000000000000
--- a/include/video/omap-panel-n8x0.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __OMAP_PANEL_N8X0_H
-#define __OMAP_PANEL_N8X0_H
-
-struct omap_dss_device;
-
-struct panel_n8x0_data {
- int (*platform_enable)(struct omap_dss_device *dssdev);
- void (*platform_disable)(struct omap_dss_device *dssdev);
- int panel_reset;
- int ctrl_pwrdown;
-
- int (*set_backlight)(struct omap_dss_device *dssdev, int level);
-};
-
-#endif