From 1f85a0f0cce583a8ac436bda8807ec8fd8e8ef16 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 15 Feb 2014 10:12:12 +0100 Subject: ALSA: hda - Remove superfluous inclusion of linux/pci.h Some codec drivers still have it since using PCI_VENDOR_ID_*. Signed-off-by: Takashi Iwai --- sound/pci/hda/patch_cmedia.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sound/pci/hda/patch_cmedia.c') diff --git a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c index 139ef301c914..d782292b1ba9 100644 --- a/sound/pci/hda/patch_cmedia.c +++ b/sound/pci/hda/patch_cmedia.c @@ -23,7 +23,6 @@ #include #include -#include #include #include #include "hda_codec.h" -- cgit v1.2.3-59-g8ed1b