Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153804
b: refs/heads/master
c: 9f31f4b
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and David Woodhouse committed Jun 5, 2009
1 parent ba79777 commit 9c01463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6ae392ccadbc622d58a9d01a7ee59e340f82fe85
refs/heads/master: 9f31f4b9dccf6fa4a606ae04602ec232b94727fb
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/maps/uclinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ struct map_info uclinux_ram_map = {
.size = 0,
};

struct mtd_info *uclinux_ram_mtdinfo;
static struct mtd_info *uclinux_ram_mtdinfo;

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

struct mtd_partition uclinux_romfs[] = {
static struct mtd_partition uclinux_romfs[] = {
{ .name = "ROMfs" }
};

#define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs)

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

int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len,
static int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len,
size_t *retlen, void **virt, resource_size_t *phys)
{
struct map_info *map = mtd->priv;
Expand Down

0 comments on commit 9c01463

Please sign in to comment.