aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/southbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/stoneyridge/southbridge.c')
-rw-r--r--src/soc/amd/stoneyridge/southbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c
index 5aea825b0c..f56123c99b 100644
--- a/src/soc/amd/stoneyridge/southbridge.c
+++ b/src/soc/amd/stoneyridge/southbridge.c
@@ -700,7 +700,7 @@ void bootblock_fch_init(void)
sb_print_pmxc0_status();
}
-void sb_enable(device_t dev)
+void sb_enable(struct device *dev)
{
printk(BIOS_DEBUG, "%s\n", __func__);
}