Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128140
b: refs/heads/master
c: 9cdd52f
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and David Woodhouse committed Dec 10, 2008
1 parent af3d9c2 commit b2ffbe7
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: 1aed165a602b80428bbdf17478c629169d96eda1
refs/heads/master: 9cdd52fa973a9021c4c2670ac69a301ae31c8784
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/mbx860.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct map_info mbx_map = {
.bankwidth = 4,
};

int __init init_mbx(void)
static int __init init_mbx(void)
{
printk(KERN_NOTICE "Motorola MBX flash device: 0x%x at 0x%x\n", WINDOW_SIZE*4, WINDOW_ADDR);
mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
Expand Down

0 comments on commit b2ffbe7

Please sign in to comment.