[PATCH 1/7] mfd: max8997-irq: 'inline' should be at the beginning of the declaration
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-15 11:29:04
Also in:
linux-omap, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-15 11:29:04
Also in:
linux-omap, lkml
On Thursday, September 15, 2016 11:45:15 AM CEST Lee Jones wrote:
-static const inline struct max8997_irq_data * +inline static const struct max8997_irq_data *
I think this causes another warning, the order should be "stastic inline const struct max8997_irq_data". Arnd