From 4e4bf9449b4f436419490a4a8cf4de17433cac15 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 31 Jul 2022 12:28:48 -0600 Subject: common: Drop display_options.h from common header Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass --- include/display_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/display_options.h') diff --git a/include/display_options.h b/include/display_options.h index 33fcbb85335..85dacbc7590 100644 --- a/include/display_options.h +++ b/include/display_options.h @@ -19,6 +19,7 @@ * @size: Size to print * @suffix String to print after the size */ +#include void print_size(uint64_t size, const char *suffix); /** -- cgit v1.2.3