diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-09-04 16:35:39 -0700 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-09-07 22:24:07 +0200 |
commit | 4aacd51b2fbd3f9eb58286819790d3ab20b3ac16 (patch) | |
tree | 142e4aefe439e8e1f5643a85b56de3689f310225 | |
parent | 62d3773bf19a3e2f39935c08a8b5b2186777f314 (diff) | |
download | openwrt-4aacd51b2fbd3f9eb58286819790d3ab20b3ac16.tar.gz openwrt-4aacd51b2fbd3f9eb58286819790d3ab20b3ac16.tar.bz2 openwrt-4aacd51b2fbd3f9eb58286819790d3ab20b3ac16.zip |
mpc85xx: remove unneeded headers
949e1a0856c4a04ac4a3fee1bd4a0cc69ac187c5 moved this code to DTS. Not
needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16345
Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c | 3 |
1 files changed, 0 insertions, 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> |