blackfin: delete non-required instances of <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 21 Jan 2014 21:22:41 +0000 (16:22 -0500)
committerSteven Miao <realmz6@gmail.com>
Wed, 29 Jan 2014 07:11:42 +0000 (15:11 +0800)
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.

Cc: Mike Frysinger <vapier@gentoo.org>
Cc: uclinux-dist-devel@blackfin.uclinux.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/blackfin/mach-common/cache-c.c
arch/blackfin/mach-common/clocks-init.c
arch/blackfin/mach-common/scb-init.c

index 0e1e451fd7d81aed622ef16bbbe0c0dcbf12502d..1a5a28829c6b1c2255129a1534949ac81c587a67 100644 (file)
@@ -6,7 +6,6 @@
  * Licensed under the GPL-2 or later.
  */
 
-#include <linux/init.h>
 #include <asm/blackfin.h>
 #include <asm/cplbinit.h>
 
index 2308ce52f849b582ed8046bdfca9476bdad49e0e..d436bd907fc8c6e036a16b9f57241121cc5a0f2e 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <linux/linkage.h>
-#include <linux/init.h>
 #include <asm/blackfin.h>
 
 #include <asm/dma.h>
index 2cbfb0b5679ee841ba337d7eaa39ec10a5d694db..8923398db66f01eef7777faaa08f2d324674e4ed 100644 (file)
@@ -6,7 +6,6 @@
  * Licensed under the GPL-2 or later.
  */
 
-#include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <asm/scb.h>