diff options
author | Baoyou Xie <[email protected]> | 2016-09-18 16:44:22 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-19 21:52:10 -0400 |
commit | 766a0e978fc2ba98d4865b466f8b572402317189 (patch) | |
tree | bf9a06fb372d06912abb868e1e431e6238ce1fcf /lib/debugobjects.c | |
parent | d766e7e6b68d681d46d74e228ad0ba133e730e36 (diff) |
net/mlx5: clean function declarations in eswitch.c up
We get 2 warnings when building kernel with W=1:
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:463:5: warning: no previous prototype for 'esw_offloads_init' [-Wmissing-prototypes]
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:521:6: warning: no previous prototype for 'esw_offloads_cleanup' [-Wmissing-prototypes]
In fact, both functions are declared in
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c,but should be
declared in a header file, thus can be recognized in other file.
So this patch moves the declarations into
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
Signed-off-by: Baoyou Xie <[email protected]>
Acked-by: Leon Romanovsky <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions