[openwrt/openwrt] mpc85xx: remove unneeded headers

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 7 13:24:11 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4aacd51b2fbd3f9eb58286819790d3ab20b3ac16

commit 4aacd51b2fbd3f9eb58286819790d3ab20b3ac16
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Sep 4 16:35:39 2024 -0700

    mpc85xx: remove unneeded headers
    
    949e1a0856c4a04ac4a3fee1bd4a0cc69ac187c5 moved this code to DTS. Not
    needed anymore.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16345
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/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 <linux/stddef.h>
 #include <linux/kernel.h>
-#include <linux/pci.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
 #include <linux/of_platform.h>
-#include <linux/ath9k_platform.h>
-#include <linux/leds.h>
 
 #include <asm/time.h>
 #include <asm/machdep.h>




More information about the lede-commits mailing list