hwmon: (coretemp) Fix section mismatch
chk_ucode_version() is only called from coretemp_probe() which is __devinit, so it can be marked __devinit too. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Durgadoss R <durgadoss.r@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
committed by
Guenter Roeck
parent
eec752b2b9
commit
582e1b270f
@@ -424,7 +424,7 @@ static void update_ttarget(__u8 cpu_model, struct temp_data *tdata,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int chk_ucode_version(struct platform_device *pdev)
|
static int __devinit chk_ucode_version(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct cpuinfo_x86 *c = &cpu_data(pdev->id);
|
struct cpuinfo_x86 *c = &cpu_data(pdev->id);
|
||||||
int err;
|
int err;
|
||||||
|
Reference in New Issue
Block a user