diff options
author | Scott Wood | 2014-06-20 19:55:33 -0500 |
---|---|---|
committer | Scott Wood | 2014-06-25 18:49:40 -0500 |
commit | 087dfae3fe3fe6f8b18285890eb9255ec8478d52 (patch) | |
tree | d6250ed8ad660ba1d882d0e3928c6f436f01ec9c /arch/powerpc/include/asm/mpc8xx.h | |
parent | 39eb56da2b53bec6720181ed6dc29390a1d91f25 (diff) |
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/mpc8xx.h')
-rw-r--r-- | arch/powerpc/include/asm/mpc8xx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/include/asm/mpc8xx.h b/arch/powerpc/include/asm/mpc8xx.h deleted file mode 100644 index 8ab22e85aba7..000000000000 --- a/arch/powerpc/include/asm/mpc8xx.h +++ /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 */ |