summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fs_pd.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-08-08 08:04:40 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2023-08-16 23:54:47 +1000
commitfecc436a97afed920486be609c3989e05547a384 (patch)
treecea7d40e7cffc70af8d45fccbf1d7431fb3d61eb /arch/powerpc/include/asm/fs_pd.h
parente6e077cb2aa4ffb8b320f9a1464f29a21986a901 (diff)
downloadlwn-fecc436a97afed920486be609c3989e05547a384.tar.gz
lwn-fecc436a97afed920486be609c3989e05547a384.zip
powerpc/include: Remove mpc8260.h and m82xx_pci.h
SIU_INT_IRQ1 is not used anywhere and __IO_BASE is defined in asm/io.h Remove m82xx_pci.h Then the only thing remaining in mpc8260.h is MPC82XX_BCR_PLDP Move MPC82XX_BCR_PLDP into asm/cpm2.h then remove mpc8260.h Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/afe23bf3624c389ff17e9789884c78c124b7b202.1691474658.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/include/asm/fs_pd.h')
-rw-r--r--arch/powerpc/include/asm/fs_pd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/fs_pd.h b/arch/powerpc/include/asm/fs_pd.h
index 2b2b52b7451d..d251a55de8b0 100644
--- a/arch/powerpc/include/asm/fs_pd.h
+++ b/arch/powerpc/include/asm/fs_pd.h
@@ -17,10 +17,6 @@
#ifdef CONFIG_CPM2
#include <asm/cpm2.h>
-#if defined(CONFIG_8260)
-#include <asm/mpc8260.h>
-#endif
-
#define cpm2_map(member) (&cpm2_immr->member)
#define cpm2_map_size(member, size) (&cpm2_immr->member)
#define cpm2_unmap(addr) do {} while(0)