commit | 2f1c3db0a6adcfd12d556afa3605d4923658b307 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Fri Sep 23 06:40:08 2011 -0400 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Fri Sep 23 10:39:11 2011 -0700 |
tree | 519cd7440d27cb4faad8cf8aa6af300745ef6028 | |
parent | e3204ed3a4a78ca4d10eee8b661b94429bd38da8 [diff] |
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 <jbeulich@suse.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>