Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179569
b: refs/heads/master
c: 46759a7
h: refs/heads/master
i:
  179567: a325127
v: v3
  • Loading branch information
Márton Németh authored and Benjamin Herrenschmidt committed Jan 15, 2010
1 parent a7d0534 commit 88ec4a3
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: 4bf936b9e484bb8ee5f32bfd1351893810864f58
refs/heads/master: 46759a7c132648d79121518d2f7c34edc3f0cf58
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/smu.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ static int smu_platform_probe(struct of_device* dev,
return 0;
}

static struct of_device_id smu_platform_match[] =
static const struct of_device_id smu_platform_match[] =
{
{
.type = "smu",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/therm_pm72.c
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ static int fcu_of_remove(struct of_device* dev)
return 0;
}

static struct of_device_id fcu_match[] =
static const struct of_device_id fcu_match[] =
{
{
.type = "fcu",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/therm_windtunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ therm_of_remove( struct of_device *dev )
return 0;
}

static struct of_device_id therm_of_match[] = {{
static const struct of_device_id therm_of_match[] = {{
.name = "fan",
.compatible = "adm1030"
}, {}
Expand Down

0 comments on commit 88ec4a3

Please sign in to comment.