commit | fb64e36da0c6e8beb42b6096a63f646eb8f8f025 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:40:09 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 21:19:23 2020 -0400 |
tree | b86b3f461d7f8abcafa2a1135f073850c6686098 | |
parent | c06c1be73d8e5362548547b4d9634e745d810edc [diff] [blame] |
common: Drop linux/stringify.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index e10e768..2ccf44e 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h
@@ -7,6 +7,8 @@ #ifndef __MX6CUBOXI_CONFIG_H #define __MX6CUBOXI_CONFIG_H +#include <linux/stringify.h> + #include "mx6_common.h" #include "imx6_spl.h"