From: Takashi Iwai Date: Fri, 28 Nov 2008 11:57:38 +0000 (+0100) Subject: ALSA: hda - Remove unused proc entry in hda_bus struct X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bb40abe223ace0b6f29e8433d3936dac664178b5;p=deliverable%2Flinux.git ALSA: hda - Remove unused proc entry in hda_bus struct Signed-off-by: Takashi Iwai --- 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 { /* unsolicited event queue */ struct hda_bus_unsolicited *unsol; - struct snd_info_entry *proc; - /* assigned PCMs */ DECLARE_BITMAP(pcm_dev_bits, SNDRV_PCM_DEVICES);