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