Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181983
b: refs/heads/master
c: 63c9a8b
h: refs/heads/master
i:
  181981: 6ff2dbd
  181979: 7773747
  181975: 4c2cbbd
  181967: 83001c7
  181951: b53a0c8
v: v3
  • Loading branch information
Márton Németh authored and Dominik Brodowski committed Feb 17, 2010
1 parent 32e12f4 commit 341e2c1
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: c6be9c5ab426693a052e67d7469df19a1c50faf4
refs/heads/master: 63c9a8b3023e6e276343da56e0f31a98c28ece9b
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/electra_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static int __devexit electra_cf_remove(struct of_device *ofdev)
return 0;
}

static struct of_device_id electra_cf_match[] = {
static const struct of_device_id electra_cf_match[] = {
{
.compatible = "electra-cf",
},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/m8xx_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ static int m8xx_resume(struct platform_device *pdev)
#define m8xx_resume NULL
#endif

static struct of_device_id m8xx_pcmcia_match[] = {
static const struct of_device_id m8xx_pcmcia_match[] = {
{
.type = "pcmcia",
.compatible = "fsl,pq-pcmcia",
Expand Down

0 comments on commit 341e2c1

Please sign in to comment.