Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181010
b: refs/heads/master
c: 6c3f975
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Herbert Xu committed Jan 17, 2010
1 parent 80c8a27 commit 494597b
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: 73c89c15b959adf06366722c4be8d2eddec0a529
refs/heads/master: 6c3f975a4cafaf4dcc9795385da6d42caa37ddeb
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/amcc/crypto4xx_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ static int __exit crypto4xx_remove(struct of_device *ofdev)
return 0;
}

static struct of_device_id crypto4xx_match[] = {
static const struct of_device_id crypto4xx_match[] = {
{ .compatible = "amcc,ppc4xx-crypto",},
{ },
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ static int talitos_probe(struct of_device *ofdev,
return err;
}

static struct of_device_id talitos_match[] = {
static const struct of_device_id talitos_match[] = {
{
.compatible = "fsl,sec2.0",
},
Expand Down

0 comments on commit 494597b

Please sign in to comment.