diff options
Diffstat (limited to 'drivers/hwmon/gpio-fan.c')
-rw-r--r-- | drivers/hwmon/gpio-fan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/gpio-fan.c b/drivers/hwmon/gpio-fan.c index 39781945a5d2..4e02480b456a 100644 --- a/drivers/hwmon/gpio-fan.c +++ b/drivers/hwmon/gpio-fan.c | |||
@@ -619,7 +619,7 @@ static int gpio_fan_resume(struct device *dev) | |||
619 | } | 619 | } |
620 | 620 | ||
621 | static SIMPLE_DEV_PM_OPS(gpio_fan_pm, gpio_fan_suspend, gpio_fan_resume); | 621 | static SIMPLE_DEV_PM_OPS(gpio_fan_pm, gpio_fan_suspend, gpio_fan_resume); |
622 | #define GPIO_FAN_PM &gpio_fan_pm | 622 | #define GPIO_FAN_PM (&gpio_fan_pm) |
623 | #else | 623 | #else |
624 | #define GPIO_FAN_PM NULL | 624 | #define GPIO_FAN_PM NULL |
625 | #endif | 625 | #endif |