hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup
authorSatyam Sharma <satyam@infradead.org>
Thu, 23 Aug 2007 03:44:25 +0000 (09:14 +0530)
committerMark M. Hoffman <mhoffman@lightlink.com>
Wed, 10 Oct 2007 02:56:29 +0000 (22:56 -0400)
commit59a35bafb223bbb0553ba1a3bb9280bda668a8d8
treeee7079e34e1b6b2c45951455ca237524a171ee11
parent84f1e442968a9c754647a6f42accd9560c22ff39
hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup

The CPU hotplug notifier_block coretemp_cpu_notifier is already defined
inside an #ifdef HOTPLUG_CPU, therefore marking it as __cpuinitdata is
quite a pointless thing to do.

Also, remove duplicate prototype of function coretemp_update_device()
at the top of this file (another one already exists barely 10 lines
above this one :-)

Signed-off-by: Satyam Sharma <satyam@infradead.org>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/coretemp.c