]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
m68k: <asm/scatterlist.h> needs <linux/types.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 9 May 2007 03:27:03 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 03:41:14 +0000 (20:41 -0700)
The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h
needs to include <linux/types.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68k/scatterlist.h

index 8e612266da51bb1bcc6871bf55663b144d1d2d12..24887a2d9c7bd09290b6980fee23e4a1d74090fa 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _M68K_SCATTERLIST_H
 #define _M68K_SCATTERLIST_H
 
+#include <linux/types.h>
+
 struct scatterlist {
        struct page *page;
        unsigned int offset;