Re: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c

From: Paul Gortmaker
Date: Tue Jul 19 2016 - 09:56:43 EST


On 2016-07-19 08:02 AM, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
>
> Remove duplicated include.

Gah, I had told myself to run make includecheck before and after as
a sanity check and then forgot. Thanks -- on both counts.

P.
--

>
> Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
> ---
> arch/x86/kernel/apic/probe_64.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/kernel/apic/probe_64.c b/arch/x86/kernel/apic/probe_64.c
> index d4880a3..c303054 100644
> --- a/arch/x86/kernel/apic/probe_64.c
> +++ b/arch/x86/kernel/apic/probe_64.c
> @@ -14,7 +14,6 @@
> #include <linux/init.h>
> #include <linux/kernel.h>
> #include <linux/ctype.h>
> -#include <linux/init.h>
> #include <linux/hardirq.h>
> #include <linux/dmar.h>
>
>
>
>
>