Re: [PATCH] mtd: physmap_of_gemini: remove extranous __xipram annotation

2019-03-13 Thread Linus Walleij
On Wed, Mar 13, 2019 at 10:19 PM Arnd Bergmann wrote: > 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] >

[PATCH] mtd: physmap_of_gemini: remove extranous __xipram annotation

2019-03-13 Thread Arnd Bergmann
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; ^