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
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 |
2 matches
Mail list logo