diff options
Diffstat (limited to 'sys/dev/ida/ida_pci.c')
| -rw-r--r-- | sys/dev/ida/ida_pci.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 95af154ecfeb..23446f106f11 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -23,12 +23,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ida_pci.c,v 1.1 1999/06/24 03:32:07 jlemon Exp $ */ -#include <pci.h> -#if NPCI > 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> @@ -195,5 +192,3 @@ ida_pci_print_child(device_t bus, device_t dev) } DRIVER_MODULE(ida, pci, ida_pci_driver, ida_devclass, 0, 0); - -#endif /* NPCI > 0 */ |
