mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove #if 0'ed abuse of NPCI
This commit is contained in:
parent
9fe486ad0f
commit
42eab1f8d9
1 changed files with 0 additions and 3 deletions
|
|
@ -53,11 +53,8 @@
|
|||
* attempt to perform memory mapped I/O.
|
||||
*/
|
||||
#if 0
|
||||
#include "pci.h"
|
||||
#if NPCI > 0
|
||||
#include <machine/bus_memio.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <machine/bus_pio.h>
|
||||
#include <machine/bus.h>
|
||||
#include <sys/rman.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue