--- src/sys/dev/disk/aic7xxx/ahc_pci.c 2007/07/06 23:48:20 1.13 +++ src/sys/dev/disk/aic7xxx/ahc_pci.c 2007/08/04 21:42:35 1.13.2.1 @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_pci.c,v 1.13 2007/07/06 23:48:20 pavalos Exp $ + * $Id: ahc_pci.c,v 1.13.2.1 2007/08/04 21:42:35 dillon Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/ahc_pci.c,v 1.64 2005/03/05 19:24:22 imp Exp $ * $DragonFly$ @@ -36,8 +36,6 @@ #include "aic7xxx_osm.h" -#ifdef AHC_PCI_CONFIG - static int ahc_pci_probe(device_t dev); static int ahc_pci_attach(device_t dev); @@ -238,4 +236,3 @@ ahc_pci_map_registers(struct ahc_softc * return (0); } -#endif