From: Jan Beulich Date: Fri, 23 Sep 2011 10:40:08 +0000 (-0400) Subject: hwmon: (coretemp) remove struct platform_data * parameter from create_core_data() X-Git-Tag: v3.1-rc8~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1c3db0a6adcfd12d556afa3605d4923658b307;p=pandora-kernel.git hwmon: (coretemp) remove struct platform_data * parameter from create_core_data() The only caller of the function obtained the pointer solely for the purpose of passing it to this function, while it can be easily determined from the struct platform_device * parameter also passed. Signed-off-by: Jan Beulich Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed