Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d8c1cef84dcba462e1806c1223aecd97df33f99
Commit:     2d8c1cef84dcba462e1806c1223aecd97df33f99
Parent:     cdcb38352b6cf97241d4c3969f93f792026d18cc
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 17 20:18:40 2006 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sun Dec 17 23:37:53 2006 +0000

    [ARM] 4042/1: H1940: Fix sparse errors from VA addresses
    
    Fix address-space conversion errors from passing addresses
    generated from include/asm-arm/arch-s3c2410/map.h by adding
    an __force argument to the `void __iomem *` for all the
    virtual addresses.
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-s3c2410/h1940-latch.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/arch-s3c2410/h1940-latch.h 
b/include/asm-arm/arch-s3c2410/h1940-latch.h
index 22a7efd..c3de5ab 100644
--- a/include/asm-arm/arch-s3c2410/h1940-latch.h
+++ b/include/asm-arm/arch-s3c2410/h1940-latch.h
@@ -16,7 +16,7 @@
 
 
 #ifndef __ASSEMBLY__
-#define H1940_LATCH            ((void __iomem *)0xF8000000)
+#define H1940_LATCH            ((void __force __iomem *)0xF8000000)
 #else
 #define H1940_LATCH            0xF8000000
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to