]> git.baikalelectronics.ru Git - kernel.git/commit
qed: fix old-style function definition
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Dec 2016 08:47:41 +0000 (09:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Dec 2016 02:37:41 +0000 (21:37 -0500)
commitb99b5bb2300335f37bd67d26153d4ea26e792b95
treeab4bd8641b04a4e17b9740b8c7c5e05995f9b13f
parent3eadd3374c1b6c65759f147dd6f41e65c347c04b
qed: fix old-style function definition

The newly added file causes a harmless warning, with "make W=1":

drivers/net/ethernet/qlogic/qed/qed_iscsi.c: In function 'qed_get_iscsi_ops':
drivers/net/ethernet/qlogic/qed/qed_iscsi.c:1268:29: warning: old-style function definition [-Wold-style-definition]

This makes it a proper prototype.

Fixes: 4be70ad8d335 ("qed: Add support for hardware offloaded iSCSI.")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_iscsi.c