Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/include: Remove unneeded #include <asm/fs_pd.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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/b056c4e986a4a7707fc1994304c34f7bd15d6871.1691474658.git.christophe.leroy@csgroup.eu

authored by

Christophe Leroy and committed by
Michael Ellerman
60bc069c 075a88d5

-2
-1
arch/powerpc/platforms/8xx/tqm8xx_setup.c
··· 39 39 #include <asm/time.h> 40 40 #include <asm/8xx_immap.h> 41 41 #include <asm/cpm1.h> 42 - #include <asm/fs_pd.h> 43 42 #include <asm/udbg.h> 44 43 45 44 #include "mpc8xx.h"
-1
drivers/net/ethernet/freescale/fs_enet/fs_enet.h
··· 10 10 #include <linux/dma-mapping.h> 11 11 12 12 #include <linux/fs_enet_pd.h> 13 - #include <asm/fs_pd.h> 14 13 15 14 #ifdef CONFIG_CPM1 16 15 #include <asm/cpm1.h>