commit | 41c9499b221ebe102f776589085cde43d0dadc46 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Nov 09 13:55:35 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Wed Nov 09 22:53:47 2016 -0700 |
tree | dd1fecfa7cc1e0bfe42023103761a6cdad35af89 | |
parent | 3bc8492f009c76a9e77cad6e200b0748d3972fa0 [diff] |
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>