diff options
Diffstat (limited to 'drivers/macintosh/therm_adt746x.c')
| -rw-r--r-- | drivers/macintosh/therm_adt746x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index c42eeb43042d..d0d221332db0 100644 --- a/drivers/macintosh/therm_adt746x.c +++ b/drivers/macintosh/therm_adt746x.c | |||
| @@ -84,7 +84,7 @@ struct thermostat { | |||
| 84 | 84 | ||
| 85 | static enum {ADT7460, ADT7467} therm_type; | 85 | static enum {ADT7460, ADT7467} therm_type; |
| 86 | static int therm_bus, therm_address; | 86 | static int therm_bus, therm_address; |
| 87 | static struct of_device * of_dev; | 87 | static struct platform_device * of_dev; |
| 88 | static struct thermostat* thermostat; | 88 | static struct thermostat* thermostat; |
| 89 | static struct task_struct *thread_therm = NULL; | 89 | static struct task_struct *thread_therm = NULL; |
| 90 | 90 | ||
