Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26539
b: refs/heads/master
c: 74fae12
h: refs/heads/master
i:
  26537: 88e258a
  26535: bd3f8fa
v: v3
  • Loading branch information
Bellido Nicolas authored and Russell King committed May 7, 2006
1 parent f4c4ec1 commit acc9b6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a708becafe99fa32211e8c53dbacefdb4b11718
refs/heads/master: 74fae122eb9f0db8b8718b9851c31c2f374fb134
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-aaec2000/aaed2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ static void __init aaed2000_init(void)
}

static struct map_desc aaed2000_io_desc[] __initdata = {
{ EXT_GPIO_VBASE, EXT_GPIO_PBASE, EXT_GPIO_LENGTH, MT_DEVICE }, /* Ext GPIO */
{
.virtual = EXT_GPIO_VBASE,
.pfn = __phys_to_pfn(EXT_GPIO_PBASE),
.length = EXT_GPIO_LENGTH,
.type = MT_DEVICE
},
};

static void __init aaed2000_map_io(void)
Expand Down

0 comments on commit acc9b6c

Please sign in to comment.