diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-03 19:54:44 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-04 10:13:48 +0100 |
commit | 3e23c658833f135508127c955d40d7c9387f71dd (patch) | |
tree | 846afbfa16ad9ea004495260e28bc92224c1f610 /include/sound/core.h | |
parent | 2ad5dd8dc31137a050f205525a5cd1a4be76c3f1 (diff) | |
download | linux-3.10-3e23c658833f135508127c955d40d7c9387f71dd.tar.gz linux-3.10-3e23c658833f135508127c955d40d7c9387f71dd.tar.bz2 linux-3.10-3e23c658833f135508127c955d40d7c9387f71dd.zip |
[ALSA] Revert the nested-device patch
Modules: ALSA Core
Revert the nested-device patch to keep the compatibility with the
current HAL configuration.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r-- | include/sound/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index dbe7a2c3027..90ac6132ea3 100644 --- a/include/sound/core.h +++ b/include/sound/core.h @@ -134,7 +134,6 @@ struct snd_card { wait_queue_head_t shutdown_sleep; struct work_struct free_workq; /* for free in workqueue */ struct device *dev; - struct class_device *parent_device; #ifdef CONFIG_PM unsigned int power_state; /* power state */ |