diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-03-25 02:40:33 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-25 02:44:21 -0400 |
commit | 44e39b985393e506d82b669c9765e850daed9dc5 (patch) | |
tree | f38826edbe117b1368fbed8112fafe215a2cd4e2 /sound/pci | |
parent | 46d212cbe4111351741b85b29dbb106b50d68532 (diff) |
ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.h
Just forgotten to remove. It's now in sound/hdaudio.h.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 76776164623d..21632174744b 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -69,9 +69,6 @@ struct hda_codec; | |||
69 | struct hda_pcm; | 69 | struct hda_pcm; |
70 | struct hda_pcm_stream; | 70 | struct hda_pcm_stream; |
71 | 71 | ||
72 | /* NID type */ | ||
73 | typedef u16 hda_nid_t; | ||
74 | |||
75 | /* bus operators */ | 72 | /* bus operators */ |
76 | struct hda_bus_ops { | 73 | struct hda_bus_ops { |
77 | /* send a single command */ | 74 | /* send a single command */ |