From 8b2abcbc5ef1c135b03c7009f98350dbad2fe293 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Mon, 6 Jan 2014 15:25:39 -0500 Subject: sparc: delete non-required instances of include None of these files are actually using any __init type directives and hence don't need to include . 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 Signed-off-by: David S. Miller --- arch/sparc/prom/p1275.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/sparc/prom/p1275.c') diff --git a/arch/sparc/prom/p1275.c b/arch/sparc/prom/p1275.c index 04a4540509dd..e58b81726319 100644 --- a/arch/sparc/prom/p1275.c +++ b/arch/sparc/prom/p1275.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b