aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/northbridge.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-20 10:51:39 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-21 14:01:13 +0000
commite58a782c113c98c02f070cfb0c9c910902833e9b (patch)
treed9ee91b61dbbd2ccfce4d5335ba57c725bb43144 /src/northbridge/via/cn700/northbridge.h
parentee87885343d5d4bbdc046166c2822a060968759e (diff)
nb/via/cn700: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ic58bb58b88ffc309472ee9ffc8a9c8619659811b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26423 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/via/cn700/northbridge.h')
-rw-r--r--src/northbridge/via/cn700/northbridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cn700/northbridge.h b/src/northbridge/via/cn700/northbridge.h
index 5aaada967a..1780b4d664 100644
--- a/src/northbridge/via/cn700/northbridge.h
+++ b/src/northbridge/via/cn700/northbridge.h
@@ -17,6 +17,6 @@
#ifndef NORTHBRIDGE_VIA_CN700_H
#define NORTHBRIDGE_VIA_CN700_H
-extern unsigned int cn700_scan_root_bus(device_t root, unsigned int max);
+extern unsigned int cn700_scan_root_bus(struct device *root, unsigned int max);
#endif /* NORTHBRIDGE_VIA_CN700_H */