Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fix from Guenter Roeck:
"Single patch to staticize a local variable"

* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (abx500) Staticize abx500_temp_attributes

+1 -1
+1 -1
drivers/hwmon/abx500.c
··· 315 315 static SENSOR_DEVICE_ATTR(temp4_min_alarm, S_IRUGO, show_min_alarm, NULL, 3); 316 316 static SENSOR_DEVICE_ATTR(temp4_max_alarm, S_IRUGO, show_max_alarm, NULL, 3); 317 317 318 - struct attribute *abx500_temp_attributes[] = { 318 + static struct attribute *abx500_temp_attributes[] = { 319 319 &sensor_dev_attr_name.dev_attr.attr, 320 320 321 321 &sensor_dev_attr_temp1_label.dev_attr.attr,