]> Pileus Git - ~andy/linux/commit
hwmon: (coretemp) Fix section mismatch
authorJean Delvare <khali@linux-fr.org>
Thu, 26 May 2011 10:01:54 +0000 (06:01 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 27 May 2011 09:24:54 +0000 (02:24 -0700)
commit582e1b270f6db93007f9af86d4f28fdad3da0505
tree3328607f175a014556f486ead4c2ded414d02ef0
parenteec752b2b99c794766926a9bac59b0d7df5b09c2
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>
drivers/hwmon/coretemp.c