diff options
author | 2014-06-25 10:31:09 +0200 | |
---|---|---|
committer | 2014-06-25 18:04:41 -0700 | |
commit | 644a918d20336a7deaa81f675c3c2f25bf3dafbb (patch) | |
tree | 410075147c7e4dced04a1355373a331ec5d1b30c /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tipc: bump max configurable window size (diff) | |
download | linux-dev-644a918d20336a7deaa81f675c3c2f25bf3dafbb.tar.xz linux-dev-644a918d20336a7deaa81f675c3c2f25bf3dafbb.zip |
enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL build
If CONFIG_RFS_ACCEL=n:
drivers/net/ethernet/cisco/enic/enic_main.c: In function 'enic_open':
drivers/net/ethernet/cisco/enic/enic_main.c:1603:2: error: implicit declaration of function 'enic_rfs_flw_tbl_init' [-Werror=implicit-function-declaration]
drivers/net/ethernet/cisco/enic/enic_main.c: In function 'enic_stop':
drivers/net/ethernet/cisco/enic/enic_main.c:1630:2: error: implicit declaration of function 'enic_rfs_flw_tbl_free' [-Werror=implicit-function-declaration]
Introduced in commit a145df23ef32c7b933875f334ba28791ee75766e ("enic: Add
Accelerated RFS support").
Dummy functions are provided, but their prototypes are missing, causing the
build failure. Provide dummy static inline functions instead to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions