diff options
author | Scott Wood <scottwood@freescale.com> | 2014-06-21 02:55:33 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-26 01:49:40 +0200 |
commit | 087dfae3fe3fe6f8b18285890eb9255ec8478d52 (patch) | |
tree | d6250ed8ad660ba1d882d0e3928c6f436f01ec9c /arch/powerpc/include/asm/fs_pd.h | |
parent | pcmcia: Remove m8xx_pcmcia driver (diff) | |
download | linux-087dfae3fe3fe6f8b18285890eb9255ec8478d52.tar.xz linux-087dfae3fe3fe6f8b18285890eb9255ec8478d52.zip |
powerpc/8xx: Remove empty asm/mpc8xx.h
m8xx_pcmcia_ops was the only thing in this file (other than a comment
that describes a usage that doesn't match the file's contents); now
that m8xx_pcmcia_ops is gone, remove the empty file.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Pantelis Antoniou <pantelis.antoniou@gmail.com>
Cc: Vitaly Bordug <vitb@kernel.crashing.org>
Cc: netdev@vger.kernel.org
Diffstat (limited to 'arch/powerpc/include/asm/fs_pd.h')
-rw-r--r-- | arch/powerpc/include/asm/fs_pd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fs_pd.h b/arch/powerpc/include/asm/fs_pd.h index 9361cd5342cc..f79d6c74eb2a 100644 --- a/arch/powerpc/include/asm/fs_pd.h +++ b/arch/powerpc/include/asm/fs_pd.h @@ -28,7 +28,6 @@ #ifdef CONFIG_8xx #include <asm/8xx_immap.h> -#include <asm/mpc8xx.h> extern immap_t __iomem *mpc8xx_immr; |