Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128128
b: refs/heads/master
c: 769455e
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and David Woodhouse committed Dec 10, 2008
1 parent a2ab7ef commit 4568c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e4582ea71cb651e02924fb39c9373a9e737088ce
refs/heads/master: 769455e224fbec3a27acc7644d11581314ddcb98
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/uclinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len,

/****************************************************************************/

int __init uclinux_mtd_init(void)
static int __init uclinux_mtd_init(void)
{
struct mtd_info *mtd;
struct map_info *mapp;
Expand Down Expand Up @@ -94,7 +94,7 @@ int __init uclinux_mtd_init(void)

/****************************************************************************/

void __exit uclinux_mtd_cleanup(void)
static void __exit uclinux_mtd_cleanup(void)
{
if (uclinux_ram_mtdinfo) {
del_mtd_partitions(uclinux_ram_mtdinfo);
Expand Down

0 comments on commit 4568c24

Please sign in to comment.