Re: [PATCH][Trivial] ARM: Remove duplicate linux/sched.h includefrom arch/arm/plat-iop/time.c

From: Jiri Kosina
Date: Sun Apr 10 2011 - 11:04:45 EST


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@xxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/