diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-10-10 14:59:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-13 17:52:55 +0300 |
commit | d4e991313bd5e10bfa66cd280b8fce6dc3f2d897 (patch) | |
tree | 08770fe4d94b87ffcd0b71a10d0d5051f44df73d /lib/mpi/mpiutil.c | |
parent | ad19bc8a95baee4588e9ec4481297d97c0bec765 (diff) | |
download | linux-d4e991313bd5e10bfa66cd280b8fce6dc3f2d897.tar.xz |
qed: fix old-style function definition
The definition of qed_get_rdma_ops() is not a prototype unless
we add 'void' here, as indicated by this W=1 warning:
drivers/net/ethernet/qlogic/qed/qed_roce.c: In function ‘qed_get_rdma_ops’:
drivers/net/ethernet/qlogic/qed/qed_roce.c:2950:28: error: old-style function definition [-Werror=old-style-definition]
Fixes: abd49676c707 ("qed: Add RoCE ll2 & GSI support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Yuval Mintz <Yuval.Mintz@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions