Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128130
b: refs/heads/master
c: bc18540
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and David Woodhouse committed Dec 10, 2008
1 parent a44973a commit 3d82b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e30bb9cf5fba1ddf2b89dc72159d6fbb2c49ef2f
refs/heads/master: bc185405c84327098b33c11353ca579169f0728f
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/rpxlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static struct map_info rpxlite_map = {
.phys = WINDOW_ADDR,
};

int __init init_rpxlite(void)
static int __init init_rpxlite(void)
{
printk(KERN_NOTICE "RPX Lite or CLLF flash device: %x at %x\n", WINDOW_SIZE*4, WINDOW_ADDR);
rpxlite_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
Expand Down

0 comments on commit 3d82b3d

Please sign in to comment.