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:
parent
f8dc9ee050
commit
2b898d39e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56818
@ -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 New Issue
Block a user