]> git.baikalelectronics.ru Git - kernel.git/commit
flow_offload: Move rhashtable inclusion to the source file
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Jul 2020 00:50:22 +0000 (10:50 +1000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2020 22:17:22 +0000 (15:17 -0700)
commitb35838051c0f690876fa3412251c6574a6594cf8
treecf7041794d682fb5077313fc1cc325be30d875a2
parenta633f9a87ecf5f8f82b45ae3083b15e134491fdc
flow_offload: Move rhashtable inclusion to the source file

I noticed that touching linux/rhashtable.h causes lib/vsprintf.c to
be rebuilt.  This dependency came through a bogus inclusion in the
file net/flow_offload.h.  This patch moves it to the right place.

This patch also removes a lingering rhashtable inclusion in cls_api
created by the same commit.

Fixes: 821308153835 ("flow_offload: move tc indirect block to...")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_offload.h
net/core/flow_offload.c
net/sched/cls_api.c