diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-06 21:25:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-29 08:38:23 +0100 |
commit | 8b2abcbc5ef1c135b03c7009f98350dbad2fe293 (patch) | |
tree | 9b7bfe57ce07fb7270d0c314e33d3e5bae0ffe69 /arch/sparc/kernel/hvtramp.S | |
parent | Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd (diff) | |
download | linux-8b2abcbc5ef1c135b03c7009f98350dbad2fe293.tar.xz linux-8b2abcbc5ef1c135b03c7009f98350dbad2fe293.zip |
sparc: 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/hvtramp.S')
-rw-r--r-- | arch/sparc/kernel/hvtramp.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/kernel/hvtramp.S b/arch/sparc/kernel/hvtramp.S index 4eb1a5a1d544..b7ddcdd1dea9 100644 --- a/arch/sparc/kernel/hvtramp.S +++ b/arch/sparc/kernel/hvtramp.S @@ -3,7 +3,6 @@ * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ -#include <linux/init.h> #include <asm/thread_info.h> #include <asm/hypervisor.h> |