From 8e990b934de9526a683f294640018ab1423cf070 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 2 Feb 2007 18:07:15 -0800 Subject: [PATCH] --- yaml --- r: 47374 b: refs/heads/master c: 7f25377043925554cb9f3f9d8ada3390f71a5d10 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/io.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3b1321d05196..f4f68384b071 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d5ff566779f894ca9937231a181eb31e4adff0e +refs/heads/master: 7f25377043925554cb9f3f9d8ada3390f71a5d10 diff --git a/trunk/include/linux/io.h b/trunk/include/linux/io.h index 45a9c944cb0a..9e419ebfc98b 100644 --- a/trunk/include/linux/io.h +++ b/trunk/include/linux/io.h @@ -22,6 +22,8 @@ #include #include +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);