aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile/include/plat/clcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-versatile/include/plat/clcd.h')
-rw-r--r--arch/arm/plat-versatile/include/plat/clcd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/plat-versatile/include/plat/clcd.h b/arch/arm/plat-versatile/include/plat/clcd.h
deleted file mode 100644
index 6bb6a1d2019b..000000000000
--- a/arch/arm/plat-versatile/include/plat/clcd.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PLAT_CLCD_H
-#define PLAT_CLCD_H
-
-struct clcd_panel *versatile_clcd_get_panel(const char *);
-int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long);
-int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *);
-void versatile_clcd_remove_dma(struct clcd_fb *);
-
-#endif