aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/ath79
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-01-06 14:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-01-24 22:39:56 +0100
commit3b2663ca844648c1b511f4dc8b1d5918174da58b (patch)
tree775dcfaba6bb9036b6e5cde09dcf4eb41c7873ae /arch/mips/ath79
parentMIPS: KVM: remove shadow_tlb code (diff)
downloadwireguard-linux-3b2663ca844648c1b511f4dc8b1d5918174da58b.tar.xz
wireguard-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/ath79')
-rw-r--r--arch/mips/ath79/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/ath79/common.h b/arch/mips/ath79/common.h
index 648d2dafbc56..a3120714f0b7 100644
--- a/arch/mips/ath79/common.h
+++ b/arch/mips/ath79/common.h
@@ -15,7 +15,6 @@
#define __ATH79_COMMON_H
#include <linux/types.h>
-#include <linux/init.h>
#define ATH79_MEM_SIZE_MIN (2 * 1024 * 1024)
#define ATH79_MEM_SIZE_MAX (128 * 1024 * 1024)