The patch titled
m68k: <asm/scatterlist.h> needs <linux/types.h>
has been removed from the -mm tree. Its filename was
m68k-asm-scatterlisth-needs-linux-typesh.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: m68k: <asm/scatterlist.h> needs <linux/types.h>
From: Geert Uytterhoeven <[EMAIL PROTECTED]>
The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h
needs to include <linux/types.h>
Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
Cc: Roman Zippel <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-m68k/scatterlist.h | 2 ++
1 file changed, 2 insertions(+)
diff -puN
include/asm-m68k/scatterlist.h~m68k-asm-scatterlisth-needs-linux-typesh
include/asm-m68k/scatterlist.h
--- a/include/asm-m68k/scatterlist.h~m68k-asm-scatterlisth-needs-linux-typesh
+++ a/include/asm-m68k/scatterlist.h
@@ -1,6 +1,8 @@
#ifndef _M68K_SCATTERLIST_H
#define _M68K_SCATTERLIST_H
+#include <linux/types.h>
+
struct scatterlist {
struct page *page;
unsigned int offset;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-net.patch
allow-arch-to-initialize-arch-field-of-the-module-structure.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html