From: Satyam Sharma Date: Thu, 23 Aug 2007 03:44:25 +0000 (+0530) Subject: hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup X-Git-Tag: v2.6.24-rc1~1299^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a35bafb223bbb0553ba1a3bb9280bda668a8d8;p=pandora-kernel.git 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 Acked-by: Rudolf Marek Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed