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/tqma6.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/tqma6.h') diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 895cd03..13ab1cc 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -9,6 +9,8 @@ #define __CONFIG_H #include +#include + /* SPL */ /* #if defined(CONFIG_SPL_BUILD) */ /* common IMX6 SPL configuration */ -- cgit v1.1