diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-28 06:57:38 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-28 06:57:38 -0500 |
commit | bb40abe223ace0b6f29e8433d3936dac664178b5 (patch) | |
tree | b3a4707d073e2ca27d839dad1c4dbfa7c78f317f /sound/pci | |
parent | daead538e9d8efe61d7d2bd12993c8d961b0abd6 (diff) |
ALSA: hda - Remove unused proc entry in hda_bus struct
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 43af18c4a214..bbbc83b387d1 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -615,8 +615,6 @@ struct hda_bus { | |||
615 | /* unsolicited event queue */ | 615 | /* unsolicited event queue */ |
616 | struct hda_bus_unsolicited *unsol; | 616 | struct hda_bus_unsolicited *unsol; |
617 | 617 | ||
618 | struct snd_info_entry *proc; | ||
619 | |||
620 | /* assigned PCMs */ | 618 | /* assigned PCMs */ |
621 | DECLARE_BITMAP(pcm_dev_bits, SNDRV_PCM_DEVICES); | 619 | DECLARE_BITMAP(pcm_dev_bits, SNDRV_PCM_DEVICES); |
622 | 620 | ||