diff options
Diffstat (limited to 'drivers/macintosh/therm_pm72.c')
-rw-r--r-- | drivers/macintosh/therm_pm72.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c index ddfb426a9abd..817607e2af6a 100644 --- a/drivers/macintosh/therm_pm72.c +++ b/drivers/macintosh/therm_pm72.c | |||
@@ -123,14 +123,14 @@ | |||
123 | #include <linux/i2c.h> | 123 | #include <linux/i2c.h> |
124 | #include <linux/kthread.h> | 124 | #include <linux/kthread.h> |
125 | #include <linux/mutex.h> | 125 | #include <linux/mutex.h> |
126 | #include <linux/of_device.h> | ||
127 | #include <linux/of_platform.h> | ||
126 | #include <asm/prom.h> | 128 | #include <asm/prom.h> |
127 | #include <asm/machdep.h> | 129 | #include <asm/machdep.h> |
128 | #include <asm/io.h> | 130 | #include <asm/io.h> |
129 | #include <asm/system.h> | 131 | #include <asm/system.h> |
130 | #include <asm/sections.h> | 132 | #include <asm/sections.h> |
131 | #include <asm/of_device.h> | ||
132 | #include <asm/macio.h> | 133 | #include <asm/macio.h> |
133 | #include <asm/of_platform.h> | ||
134 | 134 | ||
135 | #include "therm_pm72.h" | 135 | #include "therm_pm72.h" |
136 | 136 | ||