diff options
Diffstat (limited to 'src/include/device/pcix.h')
-rw-r--r-- | src/include/device/pcix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/pcix.h b/src/include/device/pcix.h index 024c548b3e..ca482d26ac 100644 --- a/src/include/device/pcix.h +++ b/src/include/device/pcix.h @@ -2,7 +2,7 @@ #define DEVICE_PCIX_H /* (c) 2005 Linux Networx GPL see COPYING for details */ -void pcix_scan_bridge(device_t dev); +void pcix_scan_bridge(struct device *dev); const char *pcix_speed(u16 sstatus); |