Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0d36da3b409536a24266c5f0972f2e1cfae1afd4
Commit:     0d36da3b409536a24266c5f0972f2e1cfae1afd4
Parent:     ad7d314480d357db0466bef843cdc1abd9441d4f
Author:     Stefan Roese <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 19 08:40:04 2007 +0100
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Fri Feb 9 14:50:41 2007 +0000

    [MTD] physmap: Add support for 64 bit resources
    
    This patch adds support for 64 bit resources enabled via the
    CONFIG_RESOURCES_64BIT option. Now a 64 bit can be passed to the
    physmap driver.
    
    Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
    Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 include/linux/mtd/map.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h
index 28d461d..81f3a31 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -183,7 +183,7 @@ typedef union {
 struct map_info {
        char *name;
        unsigned long size;
-       unsigned long phys;
+       resource_size_t phys;
 #define NO_XIP (-1UL)
 
        void __iomem *virt;
-
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