summaryrefslogtreecommitdiff
path: root/boot/fdt_simplefb.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/fdt_simplefb.c')
-rw-r--r--boot/fdt_simplefb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/fdt_simplefb.c b/boot/fdt_simplefb.c
index 71b833eb9bd..5822131767d 100644
--- a/boot/fdt_simplefb.c
+++ b/boot/fdt_simplefb.c
@@ -103,7 +103,6 @@ static int fdt_simplefb_enable_existing_node(void *blob)
return fdt_simplefb_configure_node(blob, off);
}
-#if IS_ENABLED(CONFIG_VIDEO)
int fdt_simplefb_enable_and_mem_rsv(void *blob)
{
int ret;
@@ -118,4 +117,3 @@ int fdt_simplefb_enable_and_mem_rsv(void *blob)
return fdt_add_fb_mem_rsv(blob);
}
-#endif