aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_tcu3/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3/mainboard.c')
-rw-r--r--src/mainboard/siemens/mc_tcu3/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/mainboard.c b/src/mainboard/siemens/mc_tcu3/mainboard.c
index df084718fb..1f6731992f 100644
--- a/src/mainboard/siemens/mc_tcu3/mainboard.c
+++ b/src/mainboard/siemens/mc_tcu3/mainboard.c
@@ -75,7 +75,7 @@ enum cb_err mainboard_get_mac_address(struct device *dev, uint8_t mac[6])
* 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)
{
setup_lcd_panel();
}