diff options
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x-i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x-i2c.c b/drivers/media/radio/si470x/radio-si470x-i2c.c index e5fc9acd0c4f..2a497c80c77f 100644 --- a/drivers/media/radio/si470x/radio-si470x-i2c.c +++ b/drivers/media/radio/si470x/radio-si470x-i2c.c | |||
@@ -463,7 +463,7 @@ static int si470x_i2c_remove(struct i2c_client *client) | |||
463 | } | 463 | } |
464 | 464 | ||
465 | 465 | ||
466 | #ifdef CONFIG_PM | 466 | #ifdef CONFIG_PM_SLEEP |
467 | /* | 467 | /* |
468 | * si470x_i2c_suspend - suspend the device | 468 | * si470x_i2c_suspend - suspend the device |
469 | */ | 469 | */ |
@@ -509,7 +509,7 @@ static struct i2c_driver si470x_i2c_driver = { | |||
509 | .driver = { | 509 | .driver = { |
510 | .name = "si470x", | 510 | .name = "si470x", |
511 | .owner = THIS_MODULE, | 511 | .owner = THIS_MODULE, |
512 | #ifdef CONFIG_PM | 512 | #ifdef CONFIG_PM_SLEEP |
513 | .pm = &si470x_i2c_pm, | 513 | .pm = &si470x_i2c_pm, |
514 | #endif | 514 | #endif |
515 | }, | 515 | }, |