From 4aacd51b2fbd3f9eb58286819790d3ab20b3ac16 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 4 Sep 2024 16:35:39 -0700 Subject: [PATCH] mpc85xx: remove unneeded headers 949e1a0856c4a04ac4a3fee1bd4a0cc69ac187c5 moved this code to DTS. Not needed anymore. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/16345 Signed-off-by: Robert Marko --- .../mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c b/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c index 22c4ad3fc4..b430a12ee4 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c +++ b/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c @@ -16,12 +16,9 @@ #include #include -#include #include #include #include -#include -#include #include #include -- 2.30.2