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

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

-17
-1
arch/powerpc/include/asm/fs_pd.h
··· 28 28 29 29 #ifdef CONFIG_8xx 30 30 #include <asm/8xx_immap.h> 31 - #include <asm/mpc8xx.h> 32 31 33 32 extern immap_t __iomem *mpc8xx_immr; 34 33
-10
arch/powerpc/include/asm/mpc8xx.h
··· 1 - /* This is the single file included by all MPC8xx build options. 2 - * Since there are many different boards and no standard configuration, 3 - * we have a unique include file for each. Rather than change every 4 - * file that has to include MPC8xx configuration, they all include 5 - * this one and the configuration switching is done here. 6 - */ 7 - #ifndef __CONFIG_8xx_DEFS 8 - #define __CONFIG_8xx_DEFS 9 - 10 - #endif /* __CONFIG_8xx_DEFS */
-1
arch/powerpc/platforms/8xx/m8xx_setup.c
··· 18 18 #include <linux/fsl_devices.h> 19 19 20 20 #include <asm/io.h> 21 - #include <asm/mpc8xx.h> 22 21 #include <asm/8xx_immap.h> 23 22 #include <asm/prom.h> 24 23 #include <asm/fs_pd.h>
-1
arch/powerpc/platforms/8xx/mpc885ads_setup.c
··· 35 35 #include <asm/page.h> 36 36 #include <asm/processor.h> 37 37 #include <asm/time.h> 38 - #include <asm/mpc8xx.h> 39 38 #include <asm/8xx_immap.h> 40 39 #include <asm/cpm1.h> 41 40 #include <asm/fs_pd.h>
-1
arch/powerpc/platforms/8xx/tqm8xx_setup.c
··· 37 37 #include <asm/page.h> 38 38 #include <asm/processor.h> 39 39 #include <asm/time.h> 40 - #include <asm/mpc8xx.h> 41 40 #include <asm/8xx_immap.h> 42 41 #include <asm/cpm1.h> 43 42 #include <asm/fs_pd.h>
-1
arch/powerpc/sysdev/micropatch.c
··· 13 13 #include <linux/mm.h> 14 14 #include <linux/interrupt.h> 15 15 #include <asm/irq.h> 16 - #include <asm/mpc8xx.h> 17 16 #include <asm/page.h> 18 17 #include <asm/pgtable.h> 19 18 #include <asm/8xx_immap.h>
-1
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
··· 41 41 #ifdef CONFIG_8xx 42 42 #include <asm/8xx_immap.h> 43 43 #include <asm/pgtable.h> 44 - #include <asm/mpc8xx.h> 45 44 #include <asm/cpm1.h> 46 45 #endif 47 46
-1
drivers/net/ethernet/freescale/fs_enet/mac-scc.c
··· 40 40 #ifdef CONFIG_8xx 41 41 #include <asm/8xx_immap.h> 42 42 #include <asm/pgtable.h> 43 - #include <asm/mpc8xx.h> 44 43 #include <asm/cpm1.h> 45 44 #endif 46 45