Remove left-over #ifdef alpha routines. They aren't used by any of

our drivers, and don't appear to be necessary for GENERIC and LINT on
the alpha.  They don't belong in a MI header anyway...
This commit is contained in:
imp 2006-01-01 20:40:08 +00:00
parent a5d25bd12d
commit 12d4e274cb

View File

@ -160,11 +160,6 @@ struct pci_devinfo {
};
#endif
#ifdef __alpha__
vm_offset_t pci_cvt_to_dense (vm_offset_t);
vm_offset_t pci_cvt_to_bwx (vm_offset_t);
#endif /* __alpha__ */
#ifdef _SYS_BUS_H_
#include "pci_if.h"