From 12d4e274cbdbb0d9d6f1c0bdccd55cf631e1d634 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 1 Jan 2006 20:40:08 +0000 Subject: 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... --- sys/dev/pci/pcivar.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 493e0d4..16fd9cf 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -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" -- cgit v1.1