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

Simple merge
Simple merge