From: Takashi Iwai Date: Wed, 25 Mar 2015 06:40:33 +0000 (+0100) Subject: ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=44e39b985393e506d82b669c9765e850daed9dc5;p=linux-beck.git 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 Signed-off-by: Takashi Iwai --- 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; struct hda_pcm; struct hda_pcm_stream; -/* NID type */ -typedef u16 hda_nid_t; - /* bus operators */ struct hda_bus_ops { /* send a single command */