From 1af3c7f422f627a544fec13e436d1a7975e39e73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:09 -0600 Subject: common: Drop linux/stringify.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- include/configs/imx8qm_rom7720.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/imx8qm_rom7720.h') diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h index b59641e37f..eebb8dc011 100644 --- a/include/configs/imx8qm_rom7720.h +++ b/include/configs/imx8qm_rom7720.h @@ -7,6 +7,7 @@ #define __IMX8QM_ROM7720_H #include +#include #include #define CONFIG_REMAKE_ELF @@ -173,4 +174,5 @@ #define CONFIG_FEC_XCV_TYPE RGMII #define FEC_QUIRK_ENET_MAC +#include #endif /* __IMX8QM_ROM7720_H */ -- cgit