Skip to content

Commit ae41fce

Browse files
committed
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixes from Guenter Roeck: "An e-mail address update, and fix a compile error on SPARC" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: Only include of_match_table with CONFIG_OF_GPIO hwmon, fam15h_power: Change email address, MAINTAINERS entry
2 parents b987a83 + eaa7cc6 commit ae41fce

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Documentation/hwmon/fam15h_power

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supported chips:
1010
BIOS and Kernel Developer's Guide (BKDG) For AMD Family 15h Processors
1111
(not yet published)
1212

13-
Author: Andreas Herrmann <andreas.herrmann3@amd.com>
13+
Author: Andreas Herrmann <herrmann.der.user@googlemail.com>
1414

1515
Description
1616
-----------

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ F: include/linux/altera_uart.h
503503
F: include/linux/altera_jtaguart.h
504504

505505
AMD FAM15H PROCESSOR POWER MONITORING DRIVER
506-
M: Andreas Herrmann <andreas.herrmann3@amd.com>
506+
M: Andreas Herrmann <herrmann.der.user@googlemail.com>
507507
L: lm-sensors@lm-sensors.org
508508
S: Maintained
509509
F: Documentation/hwmon/fam15h_power

drivers/hwmon/fam15h_power.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* fam15h_power.c - AMD Family 15h processor power monitoring
33
*
44
* Copyright (c) 2011 Advanced Micro Devices, Inc.
5-
* Author: Andreas Herrmann <andreas.herrmann3@amd.com>
5+
* Author: Andreas Herrmann <herrmann.der.user@googlemail.com>
66
*
77
*
88
* This driver is free software; you can redistribute it and/or
@@ -28,7 +28,7 @@
2828
#include <asm/processor.h>
2929

3030
MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor");
31-
MODULE_AUTHOR("Andreas Herrmann <andreas.herrmann3@amd.com>");
31+
MODULE_AUTHOR("Andreas Herrmann <herrmann.der.user@googlemail.com>");
3232
MODULE_LICENSE("GPL");
3333

3434
/* D18F3 */

drivers/hwmon/gpio-fan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,9 @@ static struct platform_driver gpio_fan_driver = {
630630
.driver = {
631631
.name = "gpio-fan",
632632
.pm = GPIO_FAN_PM,
633+
#ifdef CONFIG_OF_GPIO
633634
.of_match_table = of_match_ptr(of_gpio_fan_match),
635+
#endif
634636
},
635637
};
636638

0 commit comments

Comments
 (0)