summaryrefslogtreecommitdiff
path: root/include/fdt_simplefb.h
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-11-15 18:32:19 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-11-30 18:43:28 +0300
commitfded97adcedb4c77927d06aad7a7d816059eeeab (patch)
treeb9f0ee7760e824c3f14897dc9257fbc44aab47e0 /include/fdt_simplefb.h
parent4ca979e3148d8ecffaad6212871d645162a13ca0 (diff)
downloadu-boot-fded97adcedb4c77927d06aad7a7d816059eeeab.tar.xz
common: rename functions lcd_dt_simplefb to fdt_simplefb
Rename the function named lcd_dt_simplefb* to fdt_simplefb* to be aligned with the associated file name fdt_simplefb.h/fdt_simplefb.c Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Matthias Brugger <mbrugger@suse.com>
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