X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsound%2Fcs46xx.h;h=6f74f6d9398d2e72c4ea35e105701756546fde73;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=8cacbe91c7d517ca04ee396d52ed74a5c87754ba;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 8cacbe91c..6f74f6d93 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h @@ -1737,9 +1737,6 @@ struct _snd_cs46xx { struct snd_cs46xx_gameport *gameport; -#ifdef CONFIG_PM - struct pm_dev *pm_dev; -#endif #ifdef CONFIG_SND_CS46XX_DEBUG_GPIO int current_gpio; #endif @@ -1771,9 +1768,4 @@ int snd_cs46xx_midi(cs46xx_t *chip, int device, snd_rawmidi_t **rmidi); int snd_cs46xx_start_dsp(cs46xx_t *chip); void snd_cs46xx_gameport(cs46xx_t *chip); -#ifdef CONFIG_PM -void snd_cs46xx_suspend(cs46xx_t *chip); -void snd_cs46xx_resume(cs46xx_t *chip); -#endif - #endif /* __SOUND_CS46XX_H */