diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-04-03 20:46:50 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-04-28 11:30:17 -0600 |
| commit | b52d6de20768ddba6b9e75d198179eca6ec66300 (patch) | |
| tree | 0e982d294147e2845b9ee0c0bef2d00dc02865fb /include/fdt_simplefb.h | |
| parent | 327883c3c93692cca32d20a7f59b07f5c3d0c5c8 (diff) | |
common: static fdt_simplefb_enable_existing_node()
Function fdt_simplefb_enable_existing_node() should be static as it is not
used outside common/fdt_simplefb.c.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/fdt_simplefb.h')
| -rw-r--r-- | include/fdt_simplefb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fdt_simplefb.h b/include/fdt_simplefb.h index 41cd740ac05..af93e3be631 100644 --- a/include/fdt_simplefb.h +++ b/include/fdt_simplefb.h @@ -9,6 +9,5 @@ #ifndef _FDT_SIMPLEFB_H_ #define _FDT_SIMPLEFB_H_ int fdt_simplefb_add_node(void *blob); -int fdt_simplefb_enable_existing_node(void *blob); int fdt_simplefb_enable_and_mem_rsv(void *blob); #endif |
