allwinner: common: add missing header
authorAndre Przywara <andre.przywara@arm.com>
Thu, 21 Jun 2018 23:32:18 +0000 (00:32 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 28 Jun 2018 22:47:30 +0000 (23:47 +0100)
Some code in sunxi_common.c requires symbols defined in sunxi_private.h,
so add the header to that file.
It was included via another header before, but let's make this explicit.

Reported-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
plat/allwinner/common/sunxi_common.c

index e36c8b0718e15bbc411907a6d50cf7427290c2e4..92ecde4bd4d6db17a52dd2f0d19f0492f5e39945 100644 (file)
@@ -9,6 +9,8 @@
 #include <sunxi_def.h>
 #include <xlat_tables_v2.h>
 
+#include "sunxi_private.h"
+
 static mmap_region_t sunxi_mmap[PLATFORM_MMAP_REGIONS + 1] = {
        MAP_REGION_FLAT(SUNXI_ROM_BASE, SUNXI_ROM_SIZE,
                        MT_MEMORY | MT_RO | MT_SECURE),