From: Herbert Xu <[email protected]>
Date: Fri, 24 Jul 2020 10:50:22 +1000
> 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: 4e481908c51b ("flow_offload: move tc indirect block to...")
> Signed-off-by: Herbert Xu <[email protected]>
Applied, thanks.