aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx/northbridge.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-02-09 08:43:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-04-30 09:23:28 +0000
commit64d2d106a46036069eba00c75872a499f0678351 (patch)
treef2a52cbff30a289c6d50f1965b53301744b1a73e /src/northbridge/intel/i440bx/northbridge.h
parent6275360d562630bd538fb804bc00525ac31b5f37 (diff)
nb/intel/i440: Get rid of device_t
Use of `device_t` has been abandoned in ramstage. Change-Id: Ibd01659f518b7a2b1aaf334fe5b16cfb936b68b7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/23672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
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 */