diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-03-14 00:18:41 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-05-06 22:46:44 +0300 |
commit | c58b1ff20ffd0f48b1618cb664bc95a98dd2bf85 (patch) | |
tree | feba317fb118d09695480c1e7adb4b9a1d1bdb29 /Documentation/devicetree/bindings/mtd | |
parent | 8b522c4baa5cce324d1a24ea93dc6bfbb6967e5f (diff) | |
download | linux-c58b1ff20ffd0f48b1618cb664bc95a98dd2bf85.tar.xz |
mtd: physmap_of_gemini: remove extranous __xipram annotation
Marking a local variable as __xipram causes a warning because of the
noinline attribute:
drivers/mtd/maps/physmap-gemini.c:89:11: error: '__noinline__' attribute only applies to functions [-Werror,-Wignored-attributes]
map_word __xipram ret;
^
include/linux/mtd/xip.h:34:18: note: expanded from macro '__xipram'
#define __xipram noinline __attribute__ ((__section__ (".xiptext")))
I can't see any reason for the anotation anyway, so just remove it here.
Fixes: 9d3b5086f6d4 ("mtd: physmap_of_gemini: Handle pin control")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
0 files changed, 0 insertions, 0 deletions