From 29c657f4c6c24899579dfda4de0ca553fde08c51 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 5 May 2018 08:43:19 +0200 Subject: mb/jetway: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: I574d9e46ebe6993f356c3617f2e5ff21b5ef55a5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26111 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/mainboard/jetway/nf81-t56n-lf/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/jetway/nf81-t56n-lf/mainboard.c') diff --git a/src/mainboard/jetway/nf81-t56n-lf/mainboard.c b/src/mainboard/jetway/nf81-t56n-lf/mainboard.c index 54c83b49c4..205b6559cb 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/mainboard.c +++ b/src/mainboard/jetway/nf81-t56n-lf/mainboard.c @@ -123,7 +123,7 @@ static void pirq_setup(void) /********************************************** * Enable the dedicated functions of the board. **********************************************/ -static void mainboard_enable(device_t dev) +static void mainboard_enable(struct device *dev) { printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n"); -- cgit v1.2.3