Re: [PATCH 2/2] skd: fix function prototype

2016-11-14 Thread Johannes Thumshirn
On Wed, Nov 09, 2016 at 01:55:35PM +0100, Arnd Bergmann wrote: > Building with W=1 shows a harmless warning for the skd driver: > > drivers/block/skd_main.c:2959:1: error: ‘static’ is not at beginning of > declaration [-Werror=old-style-declaration] > > This changes the prototype to the expected

[PATCH 2/2] skd: fix function prototype

2016-11-09 Thread Arnd Bergmann
Building with W=1 shows a harmless warning for the skd driver: drivers/block/skd_main.c:2959:1: error: ‘static’ is not at beginning of declaration [-Werror=old-style-declaration] This changes the prototype to the expected formatting. Signed-off-by: Arnd Bergmann --- drivers/block/skd_main.c |