diff options
Diffstat (limited to 'src/include/device/pcix.h')
-rw-r--r-- | src/include/device/pcix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/pcix.h b/src/include/device/pcix.h index 4ffab5bba7..75be7aa4e5 100644 --- a/src/include/device/pcix.h +++ b/src/include/device/pcix.h @@ -2,8 +2,6 @@ #define DEVICE_PCIX_H /* (c) 2005 Linux Networx GPL see COPYING for details */ -unsigned int pcix_scan_bus(struct bus *bus, unsigned int min_devfn, - unsigned int max_devfn, unsigned int max); unsigned int pcix_scan_bridge(device_t dev, unsigned int max); const char *pcix_speed(u16 sstatus); |