Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172577
b: refs/heads/master
c: d622387
h: refs/heads/master
i:
  172575: 65fef87
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Dec 1, 2009
1 parent 384e619 commit 32efe71
Show file tree
Hide file tree
Showing 3 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: b1e3719e655a74065bdc5ddc58d6f1566dfe8138
refs/heads/master: d62238711a0a917ddc6bb47390c7502806c963b1
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mmp/ttc_dkb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static struct mtd_partition ttc_dkb_onenand_partitions[] = {
}
};

static struct flash_platform_data ttc_dkb_onenand_info = {
static struct onenand_platform_data ttc_dkb_onenand_info = {
.parts = ttc_dkb_onenand_partitions,
.nr_parts = ARRAY_SIZE(ttc_dkb_onenand_partitions),
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/saar.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static struct mtd_partition saar_onenand_partitions[] = {
}
};

static struct flash_platform_data saar_onenand_info = {
static struct onenand_platform_data saar_onenand_info = {
.parts = saar_onenand_partitions,
.nr_parts = ARRAY_SIZE(saar_onenand_partitions),
};
Expand Down

0 comments on commit 32efe71

Please sign in to comment.