Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10f3c513 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Steven Miao
Browse files

blackfin: delete non-required instances of <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.

Cc: Mike Frysinger <vapier@gentoo.org>
Cc: uclinux-dist-devel@blackfin.uclinux.org
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent b48b3a39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * Licensed under the GPL-2 or later.
 */

#include <linux/init.h>
#include <asm/blackfin.h>
#include <asm/cplbinit.h>

+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
 */

#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/blackfin.h>

#include <asm/dma.h>
+0 −1
Original line number Diff line number Diff line
@@ -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>