Message ID | b056c4e986a4a7707fc1994304c34f7bd15d6871.1691474658.git.christophe.leroy@csgroup.eu (mailing list archive) |
---|---|
State | Accepted |
Commit | 60bc069c433fc89caa97927b1636401a0e647f67 |
Headers | show |
Series | [v1,1/6] powerpc/include: Remove unneeded #include <asm/fs_pd.h> | expand |
On Tue, 08 Aug 2023 08:04:38 +0200, Christophe Leroy wrote: > tqm8xx_setup.c and fs_enet.h don't use any items provided by fs_pd.h > > Remove unneeded #include <asm/fs_pd.h> > > Applied to powerpc/next. [1/6] powerpc/include: Remove unneeded #include <asm/fs_pd.h> https://git.kernel.org/powerpc/c/60bc069c433fc89caa97927b1636401a0e647f67 [2/6] powerpc/include: Declare mpc8xx_immr in 8xx_immap.h https://git.kernel.org/powerpc/c/e6e077cb2aa4ffb8b320f9a1464f29a21986a901 [3/6] powerpc/include: Remove mpc8260.h and m82xx_pci.h https://git.kernel.org/powerpc/c/fecc436a97afed920486be609c3989e05547a384 [4/6] powerpc: Remove CONFIG_PCI_8260 https://git.kernel.org/powerpc/c/cb888cdf741c958cae3e00b649fb7ed5c9bb2d49 [5/6] powerpc/8xx: Remove immr_map() and immr_unmap() https://git.kernel.org/powerpc/c/fbbf4280dae4c02d2f176a8fdac7a7d32fe76fc0 [6/6] powerpc/cpm2: Remove cpm2_map() and cpm2_unmap() https://git.kernel.org/powerpc/c/7768716d2f1906c9258ed4b39584da6317020594 cheers
diff --git a/arch/powerpc/platforms/8xx/tqm8xx_setup.c b/arch/powerpc/platforms/8xx/tqm8xx_setup.c index 7d8eb50bb9cd..c422262ba27b 100644 --- a/arch/powerpc/platforms/8xx/tqm8xx_setup.c +++ b/arch/powerpc/platforms/8xx/tqm8xx_setup.c @@ -39,7 +39,6 @@ #include <asm/time.h> #include <asm/8xx_immap.h> #include <asm/cpm1.h> -#include <asm/fs_pd.h> #include <asm/udbg.h> #include "mpc8xx.h" diff --git a/drivers/net/ethernet/freescale/fs_enet/fs_enet.h b/drivers/net/ethernet/freescale/fs_enet/fs_enet.h index cb419aef8d1b..aad96cb2ab4e 100644 --- a/drivers/net/ethernet/freescale/fs_enet/fs_enet.h +++ b/drivers/net/ethernet/freescale/fs_enet/fs_enet.h @@ -10,7 +10,6 @@ #include <linux/dma-mapping.h> #include <linux/fs_enet_pd.h> -#include <asm/fs_pd.h> #ifdef CONFIG_CPM1 #include <asm/cpm1.h>
tqm8xx_setup.c and fs_enet.h don't use any items provided by fs_pd.h Remove unneeded #include <asm/fs_pd.h> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> --- arch/powerpc/platforms/8xx/tqm8xx_setup.c | 1 - drivers/net/ethernet/freescale/fs_enet/fs_enet.h | 1 - 2 files changed, 2 deletions(-)