aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo2/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 20:20:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 10:09:44 +0000
commitae27430a3cb10c72c75b9552ca78dfe079322446 (patch)
tree8f1031e930e90aaff0fc697443e88387bc2799db /src/mainboard/gizmosphere/gizmo2/mainboard.c
parent547c5aa2b5ea4032edb24395835715a65f353a0e (diff)
mb/gizmosphere: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I75258ecc5f3881012c3f767c8b970a1f10c6abbd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26085 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2/mainboard.c')
-rw-r--r--src/mainboard/gizmosphere/gizmo2/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/mainboard.c b/src/mainboard/gizmosphere/gizmo2/mainboard.c
index 6a9db806e1..f856df9073 100644
--- a/src/mainboard/gizmosphere/gizmo2/mainboard.c
+++ b/src/mainboard/gizmosphere/gizmo2/mainboard.c
@@ -108,7 +108,7 @@ static void pirq_setup(void)
/**********************************************
* enable the dedicated function in mainboard.
**********************************************/
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
{
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
/* Initialize the PIRQ data structures for consumption */