x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinit
... as they're being called only from a __cpuinit function. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
committed by
Guenter Roeck
parent
72e58063d6
commit
a5f42a6bc5
@@ -490,7 +490,7 @@ exit:
|
||||
return err;
|
||||
}
|
||||
|
||||
static void coretemp_device_remove(unsigned int cpu)
|
||||
static void __cpuinit coretemp_device_remove(unsigned int cpu)
|
||||
{
|
||||
struct pdev_entry *p;
|
||||
unsigned int i;
|
||||
|
Reference in New Issue
Block a user