[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1104081917270.6392@deuxcents.site>
Date: Sun, 10 Apr 2011 08:04:36 -0700 (PDT)
From: Jiri Kosina <jkosina@...e.cz>
To: Jesper Juhl <jj@...osbits.net>
Cc: linux-arm-kernel@...ts.infradead.org,
Deepak Saxena <dsaxena@...sta.com>,
Russell King <rmk+kernel@....linux.org.uk>,
Rabin Vincent <rabin@....in>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][Trivial] ARM: Remove duplicate linux/sched.h include
from arch/arm/plat-iop/time.c
On Tue, 15 Mar 2011, Jesper Juhl wrote:
> There's no need to include linux/sched.h more than once
> in arch/arm/plat-iop/time.c
>
> Signed-off-by: Jesper Juhl <jj@...osbits.net>
> ---
> time.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/plat-iop/time.c b/arch/arm/plat-iop/time.c
> index 07f23bb..7cdc516 100644
> --- a/arch/arm/plat-iop/time.c
> +++ b/arch/arm/plat-iop/time.c
> @@ -17,7 +17,6 @@
> #include <linux/interrupt.h>
> #include <linux/time.h>
> #include <linux/init.h>
> -#include <linux/sched.h>
> #include <linux/timex.h>
> #include <linux/sched.h>
> #include <linux/io.h>
Seems to be present in linux-next as of today still. Applied.
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists