diff options
Diffstat (limited to 'sound/soc/codecs/ad1836.c')
-rw-r--r-- | sound/soc/codecs/ad1836.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c index 79b9d198a61d..3612bb92df90 100644 --- a/sound/soc/codecs/ad1836.c +++ b/sound/soc/codecs/ad1836.c | |||
@@ -418,11 +418,6 @@ static int ad1836_remove(struct platform_device *pdev) | |||
418 | struct snd_soc_codec_device soc_codec_dev_ad1836 = { | 418 | struct snd_soc_codec_device soc_codec_dev_ad1836 = { |
419 | .probe = ad1836_probe, | 419 | .probe = ad1836_probe, |
420 | .remove = ad1836_remove, | 420 | .remove = ad1836_remove, |
421 | /* The power management of ad1836 is very simple. There are | ||
422 | * only adc&dac 2 components to control. Dapm handles them. | ||
423 | */ | ||
424 | .suspend = NULL, | ||
425 | .resume = NULL, | ||
426 | }; | 421 | }; |
427 | EXPORT_SYMBOL_GPL(soc_codec_dev_ad1836); | 422 | EXPORT_SYMBOL_GPL(soc_codec_dev_ad1836); |
428 | 423 | ||