summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/designware_stm32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/designware_stm32.c b/drivers/net/designware_stm32.c
index 9acdf11903..4c682a5dac 100644
--- a/drivers/net/designware_stm32.c
+++ b/drivers/net/designware_stm32.c
@@ -174,7 +174,6 @@ static int eqos_init_stm32(struct device_d *dev, struct eqos *eqos)
return 0;
}
-// todo split!
static struct eqos_ops stm32_ops = {
.init = eqos_init_stm32,
.get_ethaddr = eqos_get_ethaddr,