diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-21 16:10:56 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-21 16:10:56 +0100 |
commit | 6efcc52653676fde888bf7837d01468d4f846465 (patch) | |
tree | 2781d023ce6a448c4253ce2f42e507fc6566064b /sound/pci/hda/patch_sigmatel.c | |
parent | 139611705ad5ce7b35b8b7957c5ca406deb3ff9b (diff) | |
download | op-kernel-dev-6efcc52653676fde888bf7837d01468d4f846465.zip op-kernel-dev-6efcc52653676fde888bf7837d01468d4f846465.tar.gz |
ALSA: hda - Remove superfluous header inclusions
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index fe3e082..fd29f49 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -31,7 +31,6 @@ #include <linux/dmi.h> #include <linux/module.h> #include <sound/core.h> -#include <sound/asoundef.h> #include <sound/jack.h> #include <sound/tlv.h> #include "hda_codec.h" |