1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00: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:
Peter Wemm 2000-01-29 14:02:30 +00:00
parent f8dc9ee050
commit 2b898d39e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56818
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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