summaryrefslogtreecommitdiff
path: root/include/fdt_simplefb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fdt_simplefb.h')
-rw-r--r--include/fdt_simplefb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fdt_simplefb.h b/include/fdt_simplefb.h
index 7cc305e1fd..7e54723591 100644
--- a/include/fdt_simplefb.h
+++ b/include/fdt_simplefb.h
@@ -8,6 +8,6 @@
#ifndef _FDT_SIMPLEFB_H_
#define _FDT_SIMPLEFB_H_
-int lcd_dt_simplefb_add_node(void *blob);
-int lcd_dt_simplefb_enable_existing_node(void *blob);
+int fdt_simplefb_add_node(void *blob);
+int fdt_simplefb_enable_existing_node(void *blob);
#endif