diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-21 16:22:40 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2015-05-26 13:01:48 -0400 |
| commit | 0bc25674a4a2ec32140e2f3f0b863cf87e566ad4 (patch) | |
| tree | 805e09004d6ee64f2967a5c43b97980dc5af828f /arch/alpha/oprofile | |
| parent | 11447c7c4f046350f63693e2c935e6b33a1b62a8 (diff) | |
alpha: 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.
Acked-by: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: linux-alpha@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/oprofile')
| -rw-r--r-- | arch/alpha/oprofile/op_model_ev4.c | 1 | ||||
| -rw-r--r-- | arch/alpha/oprofile/op_model_ev5.c | 1 | ||||
| -rw-r--r-- | arch/alpha/oprofile/op_model_ev6.c | 1 | ||||
| -rw-r--r-- | arch/alpha/oprofile/op_model_ev67.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/oprofile/op_model_ev4.c b/arch/alpha/oprofile/op_model_ev4.c index 18aa9b4f94f1..086a0d5445c5 100644 --- a/arch/alpha/oprofile/op_model_ev4.c +++ b/arch/alpha/oprofile/op_model_ev4.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <linux/oprofile.h> | 10 | #include <linux/oprofile.h> |
| 11 | #include <linux/init.h> | ||
| 12 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
| 13 | #include <asm/ptrace.h> | 12 | #include <asm/ptrace.h> |
| 14 | 13 | ||
diff --git a/arch/alpha/oprofile/op_model_ev5.c b/arch/alpha/oprofile/op_model_ev5.c index c32f8a0ad925..c300f5ef3482 100644 --- a/arch/alpha/oprofile/op_model_ev5.c +++ b/arch/alpha/oprofile/op_model_ev5.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <linux/oprofile.h> | 10 | #include <linux/oprofile.h> |
| 11 | #include <linux/init.h> | ||
| 12 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
| 13 | #include <asm/ptrace.h> | 12 | #include <asm/ptrace.h> |
| 14 | 13 | ||
diff --git a/arch/alpha/oprofile/op_model_ev6.c b/arch/alpha/oprofile/op_model_ev6.c index 1c84cc257fc7..02edf5971614 100644 --- a/arch/alpha/oprofile/op_model_ev6.c +++ b/arch/alpha/oprofile/op_model_ev6.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <linux/oprofile.h> | 10 | #include <linux/oprofile.h> |
| 11 | #include <linux/init.h> | ||
| 12 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
| 13 | #include <asm/ptrace.h> | 12 | #include <asm/ptrace.h> |
| 14 | 13 | ||
diff --git a/arch/alpha/oprofile/op_model_ev67.c b/arch/alpha/oprofile/op_model_ev67.c index 34a57a126553..adb1744d20f3 100644 --- a/arch/alpha/oprofile/op_model_ev67.c +++ b/arch/alpha/oprofile/op_model_ev67.c | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | #include <linux/oprofile.h> | 11 | #include <linux/oprofile.h> |
| 12 | #include <linux/init.h> | ||
| 13 | #include <linux/smp.h> | 12 | #include <linux/smp.h> |
| 14 | #include <asm/ptrace.h> | 13 | #include <asm/ptrace.h> |
| 15 | 14 | ||
