mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it is
'optional ppc' in conf/files*
This commit is contained in:
parent
f8dc9ee050
commit
2b898d39e5
2 changed files with 0 additions and 8 deletions
|
|
@ -26,9 +26,6 @@
|
|||
* $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#include "ppc.h"
|
||||
|
||||
#if NPPC > 0
|
||||
|
||||
#include "opt_ppc.h"
|
||||
|
||||
|
|
@ -2010,4 +2007,3 @@ ppc_teardown_intr(device_t bus, device_t child, struct resource *r, void *ih)
|
|||
}
|
||||
|
||||
DRIVER_MODULE(ppc, isa, ppc_driver, ppc_devclass, 0, 0);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -26,9 +26,6 @@
|
|||
* $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#include "ppc.h"
|
||||
|
||||
#if NPPC > 0
|
||||
|
||||
#include "opt_ppc.h"
|
||||
|
||||
|
|
@ -2010,4 +2007,3 @@ ppc_teardown_intr(device_t bus, device_t child, struct resource *r, void *ih)
|
|||
}
|
||||
|
||||
DRIVER_MODULE(ppc, isa, ppc_driver, ppc_devclass, 0, 0);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue