summaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/common
diff options
context:
space:
mode:
authorPaul Gortmaker2014-01-06 20:59:30 +0100
committerRalf Baechle2014-01-24 22:39:56 +0100
commit3b2663ca844648c1b511f4dc8b1d5918174da58b (patch)
tree775dcfaba6bb9036b6e5cde09dcf4eb41c7873ae /arch/mips/netlogic/common
parentMIPS: KVM: remove shadow_tlb code (diff)
downloadkernel-qcow2-linux-3b2663ca844648c1b511f4dc8b1d5918174da58b.tar.gz
kernel-qcow2-linux-3b2663ca844648c1b511f4dc8b1d5918174da58b.tar.xz
kernel-qcow2-linux-3b2663ca844648c1b511f4dc8b1d5918174da58b.zip
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/netlogic/common')
-rw-r--r--arch/mips/netlogic/common/reset.S1
-rw-r--r--arch/mips/netlogic/common/smpboot.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/netlogic/common/reset.S b/arch/mips/netlogic/common/reset.S
index dfbf94d4df22..b231fe1e7a09 100644
--- a/arch/mips/netlogic/common/reset.S
+++ b/arch/mips/netlogic/common/reset.S
@@ -32,7 +32,6 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <linux/init.h>
#include <asm/asm.h>
#include <asm/asm-offsets.h>
diff --git a/arch/mips/netlogic/common/smpboot.S b/arch/mips/netlogic/common/smpboot.S
index db3b8947cf46..8597657c27fc 100644
--- a/arch/mips/netlogic/common/smpboot.S
+++ b/arch/mips/netlogic/common/smpboot.S
@@ -32,7 +32,6 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <linux/init.h>
#include <asm/asm.h>
#include <asm/asm-offsets.h>