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/fs/ubifs/super.c b/fs/ubifs/super.c index 93f268b..2f6b25d 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c
@@ -38,6 +38,7 @@ #include <linux/err.h> #include "ubifs.h" #include <ubi_uboot.h> +#include <linux/stringify.h> #include <mtd/ubi-user.h> struct dentry;