summaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/mainboard.c')
-rw-r--r--src/mainboard/google/stout/mainboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c
index ae68a78dcb..e1ea7c265f 100644
--- a/src/mainboard/google/stout/mainboard.c
+++ b/src/mainboard/google/stout/mainboard.c
@@ -35,9 +35,6 @@ static void mainboard_init(struct device *dev)
pci_write_config8(ethernet_dev, 0x81, 0x01);
}
-// mainboard_enable is executed as first thing after
-// enumerate_buses().
-
static void mainboard_enable(struct device *dev)
{
dev->ops->init = mainboard_init;