summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/sitemp_g1p1/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/sitemp_g1p1/mainboard.c')
-rw-r--r--src/mainboard/siemens/sitemp_g1p1/mainboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/siemens/sitemp_g1p1/mainboard.c b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
index c2f9e70ff4..4bb414588f 100644
--- a/src/mainboard/siemens/sitemp_g1p1/mainboard.c
+++ b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
@@ -832,7 +832,7 @@ static void mainboard_init(device_t dev)
* enable the dedicated function in sina board.
* This function called early than rs690_enable.
*************************************************/
-static void enable_dev(device_t dev)
+static void mainboard_enable(device_t dev)
{
printk(BIOS_INFO, "%s %s[%x/%x] %s\n",
@@ -849,5 +849,5 @@ static void enable_dev(device_t dev)
}
struct chip_operations mainboard_ops = {
- .enable_dev = enable_dev,
+ .enable_dev = mainboard_enable,
};