From c390e7e60547778e6c0a193db366b407b77c3696 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 4 May 2018 20:16:53 +0200 Subject: mb/esd: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: I5928e871b8e9ba5964c02fbabb7a9d8dc9ecc0a8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26082 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/mainboard/esd/atom15/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/esd') diff --git a/src/mainboard/esd/atom15/mainboard.c b/src/mainboard/esd/atom15/mainboard.c index 70f96fc45e..0fe1259420 100644 --- a/src/mainboard/esd/atom15/mainboard.c +++ b/src/mainboard/esd/atom15/mainboard.c @@ -21,7 +21,7 @@ * mainboard_enable is executed as first thing after enumerate_buses(). * This is the earliest point to add customization. */ -static void mainboard_enable(device_t dev) +static void mainboard_enable(struct device *dev) { } -- cgit v1.2.3