Allow to compile RSS without PCBGROUP.

Reviewed by:		rrs
Differential revision:	https://reviews.freebsd.org/D33019
This commit is contained in:
Gleb Smirnoff 2021-12-02 10:48:48 -08:00
parent 8f82dc8dd3
commit 1cec1c5831
3 changed files with 0 additions and 12 deletions

View file

@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
#ifndef PCBGROUP
#error "options RSS depends on options PCBGROUP"
#endif
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>

View file

@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
#ifndef PCBGROUP
#error "options RSS depends on options PCBGROUP"
#endif
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>

View file

@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
#ifndef PCBGROUP
#error "options RSS depends on options PCBGROUP"
#endif
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>