ce: unifdef NPCI also
After f9839a42ee
NPCI is always 1.
Reported by: imp
This commit is contained in:
parent
fdcfe8a298
commit
f48c35fa1e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user