aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx/northbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i440bx/northbridge.h')
-rw-r--r--src/northbridge/intel/i440bx/northbridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i440bx/northbridge.h b/src/northbridge/intel/i440bx/northbridge.h
index 5b721b5003..8df5666d4b 100644
--- a/src/northbridge/intel/i440bx/northbridge.h
+++ b/src/northbridge/intel/i440bx/northbridge.h
@@ -17,6 +17,6 @@
#ifndef NORTHBRIDGE_INTEL_440BX_H
#define NORTHBRIDGE_INTEL_440BX_H
-extern unsigned int i440bx_scan_root_bus(device_t root, unsigned int max);
+extern unsigned int i440bx_scan_root_bus(struct device *root, unsigned int max);
#endif /* NORTHBRIDGE_INTEL_440BX_H */