]> git.karo-electronics.de Git - linux-beck.git/commitdiff
powerpc/8xx: Remove empty asm/mpc8xx.h
authorScott Wood <scottwood@freescale.com>
Sat, 21 Jun 2014 00:55:33 +0000 (19:55 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 25 Jun 2014 23:49:40 +0000 (18:49 -0500)
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
arch/powerpc/include/asm/fs_pd.h
arch/powerpc/include/asm/mpc8xx.h [deleted file]
arch/powerpc/platforms/8xx/m8xx_setup.c
arch/powerpc/platforms/8xx/mpc885ads_setup.c
arch/powerpc/platforms/8xx/tqm8xx_setup.c
arch/powerpc/sysdev/micropatch.c
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
drivers/net/ethernet/freescale/fs_enet/mac-scc.c

index 9361cd5342cccb7a9bd825b216159d7cfe9d4b5d..f79d6c74eb2a0e9e63a3d35e8e2ce147c165c382 100644 (file)
@@ -28,7 +28,6 @@
 
 #ifdef CONFIG_8xx
 #include <asm/8xx_immap.h>
-#include <asm/mpc8xx.h>
 
 extern immap_t __iomem *mpc8xx_immr;
 
diff --git a/arch/powerpc/include/asm/mpc8xx.h b/arch/powerpc/include/asm/mpc8xx.h
deleted file mode 100644 (file)
index 8ab22e8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* This is the single file included by all MPC8xx build options.
- * Since there are many different boards and no standard configuration,
- * we have a unique include file for each.  Rather than change every
- * file that has to include MPC8xx configuration, they all include
- * this one and the configuration switching is done here.
- */
-#ifndef __CONFIG_8xx_DEFS
-#define __CONFIG_8xx_DEFS
-
-#endif /* __CONFIG_8xx_DEFS */
index 623bb43f2b48e67b428b390d1060ec663b83cc8c..d3037747031d6f55b46da885ec2b173d84a1a276 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/fsl_devices.h>
 
 #include <asm/io.h>
-#include <asm/mpc8xx.h>
 #include <asm/8xx_immap.h>
 #include <asm/prom.h>
 #include <asm/fs_pd.h>
index 3d5e4e151ca8fc398bbb80f41d91a9be5af047d0..5921dcb498fd2bdf5957563a143f68b9463fe791 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/page.h>
 #include <asm/processor.h>
 #include <asm/time.h>
-#include <asm/mpc8xx.h>
 #include <asm/8xx_immap.h>
 #include <asm/cpm1.h>
 #include <asm/fs_pd.h>
index 251aba8759e40bf11075add0ef43c232942763c8..dda607807def7d8a782c212ae74dc270858abc5d 100644 (file)
@@ -37,7 +37,6 @@
 #include <asm/page.h>
 #include <asm/processor.h>
 #include <asm/time.h>
-#include <asm/mpc8xx.h>
 #include <asm/8xx_immap.h>
 #include <asm/cpm1.h>
 #include <asm/fs_pd.h>
index c0bb76ef724206061551938dbddd1749b89fa814..6727dc54d54937281bb6d592b6e87d70b680e4be 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/mm.h>
 #include <linux/interrupt.h>
 #include <asm/irq.h>
-#include <asm/mpc8xx.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/8xx_immap.h>
index fc5413488496bfd1d1b1ba0cb26486a60136cd5f..1eedfba2ad3c048517b2e95aa1b829c583cea263 100644 (file)
@@ -41,7 +41,6 @@
 #ifdef CONFIG_8xx
 #include <asm/8xx_immap.h>
 #include <asm/pgtable.h>
-#include <asm/mpc8xx.h>
 #include <asm/cpm1.h>
 #endif
 
index b4bf02f57d436607b80f0a7b0d96c60e615b90cc..90b3b19b7cd324f09421497bcad865e53267c2a8 100644 (file)
@@ -40,7 +40,6 @@
 #ifdef CONFIG_8xx
 #include <asm/8xx_immap.h>
 #include <asm/pgtable.h>
-#include <asm/mpc8xx.h>
 #include <asm/cpm1.h>
 #endif