| Submitter | Németh Márton |
|---|---|
| Date | Jan. 10, 2010, 11:43 a.m. |
| Message ID | <4B49BD52.4080109@freemail.hu> |
| Download | mbox | patch |
| Permalink | /patch/42574/ |
| State | Accepted |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
Comments
Patch
diff -u -p a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c --- a/drivers/macintosh/therm_windtunnel.c 2010-01-07 19:08:40.000000000 +0100 +++ b/drivers/macintosh/therm_windtunnel.c 2010-01-08 04:47:10.000000000 +0100 @@ -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" }, {} diff -u -p a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c --- a/drivers/macintosh/smu.c 2009-12-03 04:51:21.000000000 +0100 +++ b/drivers/macintosh/smu.c 2010-01-08 04:47:28.000000000 +0100 @@ -660,7 +660,7 @@ static int smu_platform_probe(struct of_ return 0; } -static struct of_device_id smu_platform_match[] = +static const struct of_device_id smu_platform_match[] = { { .type = "smu", diff -u -p a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c --- a/drivers/macintosh/therm_pm72.c 2009-12-03 04:51:21.000000000 +0100 +++ b/drivers/macintosh/therm_pm72.c 2010-01-08 04:50:17.000000000 +0100 @@ -2211,7 +2211,7 @@ static int fcu_of_remove(struct of_devic return 0; } -static struct of_device_id fcu_match[] = +static const struct of_device_id fcu_match[] = { { .type = "fcu",