The patch titled
git-libata-all: forward declare struct device
has been added to the -mm tree. Its filename is
git-libata-all-forward-declare-struct-device.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: git-libata-all: forward declare struct device
From: Andrew Morton <[EMAIL PROTECTED]>
In file included from drivers/infiniband/hw/ipath/ipath_diag.c:44:
include/linux/io.h:35: warning: 'struct device' declared inside parameter list
include/linux/io.h:35: warning: its scope is only this definition or declaration
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/linux/io.h | 2 ++
1 file changed, 2 insertions(+)
diff -puN include/linux/io.h~git-libata-all-forward-declare-struct-device
include/linux/io.h
--- a/include/linux/io.h~git-libata-all-forward-declare-struct-device
+++ a/include/linux/io.h
@@ -22,6 +22,8 @@
#include <asm/io.h>
#include <asm/page.h>
+struct device;
+
void __iowrite32_copy(void __iomem *to, const void *from, size_t count);
void __iowrite64_copy(void __iomem *to, const void *from, size_t count);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
knfsd-sunrpc-teach-svc_sendto-to-deal-with-ipv6-addresses-tidy.patch
knfsd-sunrpc-support-ipv6-addresses-in-rpc-servers-udp-receive-path-tidy.patch
git-md-accel-fixes.patch
git-libata-all-forward-declare-struct-device.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