summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/micropatch.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2014-06-21 00:55:33 (GMT)
committerScott Wood <scottwood@freescale.com>2014-06-25 23:49:40 (GMT)
commit087dfae3fe3fe6f8b18285890eb9255ec8478d52 (patch)
treed6250ed8ad660ba1d882d0e3928c6f436f01ec9c /arch/powerpc/sysdev/micropatch.c
parent39eb56da2b53bec6720181ed6dc29390a1d91f25 (diff)
downloadlinux-087dfae3fe3fe6f8b18285890eb9255ec8478d52.tar.xz
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/sysdev/micropatch.c')
-rw-r--r--arch/powerpc/sysdev/micropatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/micropatch.c b/arch/powerpc/sysdev/micropatch.c
index c0bb76e..6727dc5 100644
--- a/arch/powerpc/sysdev/micropatch.c
+++ b/arch/powerpc/sysdev/micropatch.c
@@ -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>