ce: unifdef NPCI also

After f9839a42ee NPCI is always 1.

Reported by:	imp
This commit is contained in:
Ed Maste 2021-03-25 19:39:49 -04:00
parent fdcfe8a298
commit f48c35fa1e

View File

@ -20,10 +20,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
# define NPCI 1
#if NPCI > 0
#include <sys/ucred.h>
#include <sys/priv.h>
#include <sys/proc.h>
@ -2126,4 +2122,3 @@ DRIVER_MODULE (cemod, pci, ce_driver, ce_devclass, ce_modevent, NULL);
#else
DRIVER_MODULE (ce, pci, ce_driver, ce_devclass, ce_modevent, NULL);
#endif
#endif /* NPCI */