diff options
-rw-r--r-- | drivers/hid/i2c-hid/i2c-hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c index 747d54421e73..f09e70cafaf1 100644 --- a/drivers/hid/i2c-hid/i2c-hid.c +++ b/drivers/hid/i2c-hid/i2c-hid.c | |||
@@ -1095,7 +1095,7 @@ static int i2c_hid_resume(struct device *dev) | |||
1095 | } | 1095 | } |
1096 | #endif | 1096 | #endif |
1097 | 1097 | ||
1098 | #ifdef CONFIG_PM_RUNTIME | 1098 | #ifdef CONFIG_PM |
1099 | static int i2c_hid_runtime_suspend(struct device *dev) | 1099 | static int i2c_hid_runtime_suspend(struct device *dev) |
1100 | { | 1100 | { |
1101 | struct i2c_client *client = to_i2c_client(dev); | 1101 | struct i2c_client *client = to_i2c_client(dev); |