summaryrefslogtreecommitdiff
path: root/src/mainboard/getac/p470/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/getac/p470/mainboard.c')
-rw-r--r--src/mainboard/getac/p470/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/getac/p470/mainboard.c b/src/mainboard/getac/p470/mainboard.c
index baabb4bd27..75f736a6b8 100644
--- a/src/mainboard/getac/p470/mainboard.c
+++ b/src/mainboard/getac/p470/mainboard.c
@@ -40,8 +40,6 @@ static void mainboard_init(struct device *dev)
install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_TXT_STRETCH, 0, 3);
}
-// mainboard_enable is executed as first thing after
-// enumerate_buses(). Is there no mainboard_init()?
static void mainboard_enable(struct device *dev)
{
dev->ops->init = mainboard_init;