From d129d43ea7c0fae86bc252457cf5f724f944d3b5 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 4 May 2018 20:23:33 +0200 Subject: mb/google: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: I8e549e4222ae2ed6b9c46f81c5b5253e8b227ee8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26086 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/nyan_big/mainboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/nyan_big') diff --git a/src/mainboard/google/nyan_big/mainboard.c b/src/mainboard/google/nyan_big/mainboard.c index 0c0fe5ed55..5457be603c 100644 --- a/src/mainboard/google/nyan_big/mainboard.c +++ b/src/mainboard/google/nyan_big/mainboard.c @@ -194,7 +194,7 @@ static void setup_ec_spi(void) tegra_spi_init(CONFIG_EC_GOOGLE_CHROMEEC_SPI_BUS); } -static void mainboard_init(device_t dev) +static void mainboard_init(struct device *dev) { set_clock_sources(); @@ -242,7 +242,7 @@ static void mainboard_init(device_t dev) setup_ec_spi(); } -static void mainboard_enable(device_t dev) +static void mainboard_enable(struct device *dev) { dev->ops->init = &mainboard_init; } -- cgit v1.2.3