[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0705062238360.2956@scrub.home>
Date: Sun, 6 May 2007 22:39:25 +0200 (CEST)
From: Roman Zippel <zippel@...ux-m68k.org>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
cc: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>,
Linux/m68k <linux-m68k@...r.kernel.org>,
Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] m68k: <asm/scatterlist.h> needs <asm/types.h>
Hi,
On Sun, 6 May 2007, Geert Uytterhoeven wrote:
> The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h
> needs to include <asm/types.h>
>
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> ---
> include/asm-m68k/scatterlist.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- linux-m68k-2.6.21.orig/include/asm-m68k/scatterlist.h
> +++ linux-m68k-2.6.21/include/asm-m68k/scatterlist.h
> @@ -1,6 +1,8 @@
> #ifndef _M68K_SCATTERLIST_H
> #define _M68K_SCATTERLIST_H
>
> +#include <asm/types.h>
> +
Unless required otherwise please use <linux/types.h>
bye, Roman
-
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