diff options
| author | Arnd Bergmann <[email protected]> | 2018-12-10 21:44:34 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-12-14 13:17:50 -0800 |
| commit | 2aa55dccf83d7ca9f1da59ae005426c44fbeb890 (patch) | |
| tree | 056d3aec08df6c8c34e5de71792f44296a576f69 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 522185d5cb40fafeab807c1ff5ec4ad3a4688b0d (diff) | |
hns3: prevent building without CONFIG_INET
We now get a link failure when CONFIG_INET is disabled, since
tcp_gro_complete is unavailable:
drivers/net/ethernet/hisilicon/hns3/hns3_enet.o: In function `hns3_set_gro_param':
hns3_enet.c:(.text+0x230c): undefined reference to `tcp_gro_complete'
Add an explicit CONFIG_INET dependency here to avoid the broken
configuration.
Fixes: a6d53b97a2e7 ("net: hns3: Adds GRO params to SKB for the stack")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions