Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195855
b: refs/heads/master
c: b2d4fba
h: refs/heads/master
i:
  195853: 1f0c856
  195851: 382cad8
  195847: b5189ca
  195839: bf32a9c
v: v3
  • Loading branch information
Márton Németh authored and David Woodhouse committed Feb 25, 2010
1 parent b5f8984 commit a9a08c5
Show file tree
Hide file tree
Showing 4 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: b3acd638a2b8b9c3cd1b52b83e285c88d34ef7f3
refs/heads/master: b2d4fbab79bd2b121c56db757c3a0f06ec7e0868
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/fsl_upm.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int __devexit fun_remove(struct of_device *ofdev)
return 0;
}

static struct of_device_id of_fun_match[] = {
static const struct of_device_id of_fun_match[] = {
{ .compatible = "fsl,upm-nand" },
{},
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/pasemi_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int __devexit pasemi_nand_remove(struct of_device *ofdev)
return 0;
}

static struct of_device_id pasemi_nand_match[] =
static const struct of_device_id pasemi_nand_match[] =
{
{
.compatible = "pasemi,localbus-nand",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/socrates_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int __devexit socrates_nand_remove(struct of_device *ofdev)
return 0;
}

static struct of_device_id socrates_nand_match[] =
static const struct of_device_id socrates_nand_match[] =
{
{
.compatible = "abb,socrates-nand",
Expand Down

0 comments on commit a9a08c5

Please sign in to comment.