Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185753
b: refs/heads/master
c: 4b1cf1f
h: refs/heads/master
i:
  185751: fafc1bc
v: v3
  • Loading branch information
Márton Németh authored and Dan Williams committed Feb 3, 2010
1 parent a443ae1 commit fbcd9ee
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: 9c3a50b7d7ec45da34e73cac66cde12dd6092dd8
refs/heads/master: 4b1cf1facca31b7db2a61d8aa2ba40d5a93a0957
2 changes: 1 addition & 1 deletion trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ static int fsldma_of_remove(struct of_device *op)
return 0;
}

static struct of_device_id fsldma_of_ids[] = {
static const struct of_device_id fsldma_of_ids[] = {
{ .compatible = "fsl,eloplus-dma", },
{ .compatible = "fsl,elo-dma", },
{}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/dma/ppc4xx/adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -4940,7 +4940,7 @@ static int ppc440spe_configure_raid_devices(void)
return ret;
}

static struct of_device_id __devinitdata ppc440spe_adma_of_match[] = {
static const struct of_device_id ppc440spe_adma_of_match[] __devinitconst = {
{ .compatible = "ibm,dma-440spe", },
{ .compatible = "amcc,xor-accelerator", },
{},
Expand Down

0 comments on commit fbcd9ee

Please sign in to comment.