mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ce: unifdef NPCI also
After f9839a42ee NPCI is always 1.
Reported by: imp
This commit is contained in:
parent
fdcfe8a298
commit
f48c35fa1e
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue