diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-06 23:59:30 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-25 01:39:56 +0400 |
commit | 3b2663ca844648c1b511f4dc8b1d5918174da58b (patch) | |
tree | 775dcfaba6bb9036b6e5cde09dcf4eb41c7873ae /arch/mips/pci/ops-mace.c | |
parent | 08596b0a757824df775cac0f4fa06975f578d3b2 (diff) | |
download | linux-3b2663ca844648c1b511f4dc8b1d5918174da58b.tar.xz |
mips: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6320/
Diffstat (limited to 'arch/mips/pci/ops-mace.c')
-rw-r--r-- | arch/mips/pci/ops-mace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pci/ops-mace.c b/arch/mips/pci/ops-mace.c index 1cfb5588699f..6b5821febc38 100644 --- a/arch/mips/pci/ops-mace.c +++ b/arch/mips/pci/ops-mace.c @@ -6,7 +6,6 @@ * Copyright (C) 2000, 2001 Keith M Wesolowski */ #include <linux/kernel.h> -#include <linux/init.h> #include <linux/pci.h> #include <linux/types.h> #include <asm/pci.h> |