]> git.baikalelectronics.ru Git - kernel.git/commit
skd: fix function prototype
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Nov 2016 12:55:35 +0000 (13:55 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 10 Nov 2016 05:53:47 +0000 (22:53 -0700)
commitecad3838c4f11527bcb83e6d07222bfc8f73f817
treedd1fecfa7cc1e0bfe42023103761a6cdad35af89
parent4344a6aaf1e626932a8f61da845fcb0e3e919b1f
skd: fix function prototype

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 <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/skd_main.c