summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 09:02:40 -0700
committerSimon Glass <sjg@chromium.org>2022-01-25 11:44:36 -0700
commit0679cca5072d6959b51f45c00cb5bf59d75a9329 (patch)
treeb09ab087d94ca8f2e83a0bc95ad363f433d99df7 /drivers/misc
parent27ba6289fe3db6f2be1fa787575348154a32341f (diff)
sandbox: Allow building with GENERATE_ACPI_TABLE
At present this option is missing a header file, a function prototype and the qfw driver needs a header included. Fix these problems so we can enable this option on sandbox. This will increase the build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/qfw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/qfw.c b/drivers/misc/qfw.c
index ea00be88a8..a298e5cf72 100644
--- a/drivers/misc/qfw.c
+++ b/drivers/misc/qfw.c
@@ -14,6 +14,7 @@
#include <qfw.h>
#include <dm.h>
#include <misc.h>
+#include <tables_csum.h>
#ifdef CONFIG_GENERATE_ACPI_TABLE
#include <asm/tables.h>
#endif