[PATCH] x86/platform/geode: Remove old TODO message about leds-net5501.c
From: Eshaan Deshmukh
Date: Mon Aug 10 2026 - 02:54:51 EST
The TODO comment in alix.c and geos.c mentions moving leds-net5501.c to
platform code. But, leds-net5501.c was already replaced by
arch/x86/platform/geode/net5501.c.
Signed-off-by: Eshaan Deshmukh <eshaan2031@xxxxxxxxxx>
---
arch/x86/platform/geode/alix.c | 4 ----
arch/x86/platform/geode/geos.c | 4 ----
2 files changed, 8 deletions(-)
diff --git a/arch/x86/platform/geode/alix.c b/arch/x86/platform/geode/alix.c
index be65cd704..981d1d73c 100644
--- a/arch/x86/platform/geode/alix.c
+++ b/arch/x86/platform/geode/alix.c
@@ -7,10 +7,6 @@
* Copyright (C) 2008 Constantin Baranov <const@xxxxxxxx>
* Copyright (C) 2011 Ed Wildgoose <kernel@xxxxxxxxxxxxxx>
* and Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
- *
- * TODO: There are large similarities with leds-net5501.c
- * by Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
- * In the future leds-net5501.c should be migrated over to platform
*/
#include <linux/kernel.h>
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c
index 98027fb1e..69051bff7 100644
--- a/arch/x86/platform/geode/geos.c
+++ b/arch/x86/platform/geode/geos.c
@@ -6,10 +6,6 @@
* Copyright (C) 2008 Constantin Baranov <const@xxxxxxxx>
* Copyright (C) 2011 Ed Wildgoose <kernel@xxxxxxxxxxxxxx>
* and Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
- *
- * TODO: There are large similarities with leds-net5501.c
- * by Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
- * In the future leds-net5501.c should be migrated over to platform
*/
#include <linux/kernel.h>
--
2.54.0