Fix build issue after r360292 when using both RSS and KERN_TLS options.

Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2020-05-26 08:25:24 +00:00
parent bf43f9812c
commit 4f3c0f3d1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361499

View File

@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$");
#include <net/if_var.h>
#ifdef RSS
#include <net/netisr.h>
#include <net/nhop.h>
#include <net/rss_config.h>
#endif
#include <net/route.h>