Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310173
b: refs/heads/master
c: 8b62b08
h: refs/heads/master
i:
  310171: 06791e5
v: v3
  • Loading branch information
H Hartley Sweeten authored and David Woodhouse committed May 14, 2012
1 parent 42f1c27 commit 5461079
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 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: 3203907e6308a34f208538e5ba4a8f48c0413946
refs/heads/master: 8b62b0877b4e08017341e591fa4c218a791e7a04
3 changes: 0 additions & 3 deletions trunk/arch/mips/alchemy/devboards/db1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ static int au1200_nand_device_ready(struct mtd_info *mtd)
return __raw_readl((void __iomem *)MEM_STSTAT) & 1;
}

static const char *db1200_part_probes[] = { "cmdlinepart", NULL };

static struct mtd_partition db1200_nand_parts[] = {
{
.name = "NAND FS 0",
Expand All @@ -234,7 +232,6 @@ struct platform_nand_data db1200_nand_platdata = {
.nr_partitions = ARRAY_SIZE(db1200_nand_parts),
.partitions = db1200_nand_parts,
.chip_delay = 20,
.part_probe_types = db1200_part_probes,
},
.ctrl = {
.dev_ready = au1200_nand_device_ready,
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/mips/alchemy/devboards/db1300.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ static int au1300_nand_device_ready(struct mtd_info *mtd)
return __raw_readl((void __iomem *)MEM_STSTAT) & 1;
}

static const char *db1300_part_probes[] = { "cmdlinepart", NULL };

static struct mtd_partition db1300_nand_parts[] = {
{
.name = "NAND FS 0",
Expand All @@ -167,7 +165,6 @@ struct platform_nand_data db1300_nand_platdata = {
.nr_partitions = ARRAY_SIZE(db1300_nand_parts),
.partitions = db1300_nand_parts,
.chip_delay = 20,
.part_probe_types = db1300_part_probes,
},
.ctrl = {
.dev_ready = au1300_nand_device_ready,
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/mips/alchemy/devboards/db1550.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ static int au1550_nand_device_ready(struct mtd_info *mtd)
return __raw_readl((void __iomem *)MEM_STSTAT) & 1;
}

static const char *db1550_part_probes[] = { "cmdlinepart", NULL };

static struct mtd_partition db1550_nand_parts[] = {
{
.name = "NAND FS 0",
Expand All @@ -171,7 +169,6 @@ struct platform_nand_data db1550_nand_platdata = {
.nr_partitions = ARRAY_SIZE(db1550_nand_parts),
.partitions = db1550_nand_parts,
.chip_delay = 20,
.part_probe_types = db1550_part_probes,
},
.ctrl = {
.dev_ready = au1550_nand_device_ready,
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/mips/pnx833x/common/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,6 @@ static struct platform_device pnx833x_sata_device = {
.resource = pnx833x_sata_resources,
};

static const char *part_probes[] = {
"cmdlinepart",
NULL
};

static void
pnx833x_flash_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)
{
Expand All @@ -268,7 +263,6 @@ static struct platform_nand_data pnx833x_flash_nand_data = {
.chip = {
.nr_chips = 1,
.chip_delay = 25,
.part_probe_types = part_probes,
},
.ctrl = {
.cmd_ctrl = pnx833x_flash_nand_cmd_ctrl
Expand Down

0 comments on commit 5461079

Please sign in to comment.