aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_hwdep.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-15 10:12:12 +0100
committerTakashi Iwai <tiwai@suse.de>2014-02-15 10:12:12 +0100
commit1f85a0f0cce583a8ac436bda8807ec8fd8e8ef16 (patch)
treecf36a1761a3235f54643cfbf6a9faae9d5c294ac /sound/pci/hda/hda_hwdep.c
parentALSA: hda/realtek - Allow NULL bus->pci (diff)
downloadlinux-dev-1f85a0f0cce583a8ac436bda8807ec8fd8e8ef16.tar.xz
linux-dev-1f85a0f0cce583a8ac436bda8807ec8fd8e8ef16.zip
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 <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_hwdep.c')
-rw-r--r--sound/pci/hda/hda_hwdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c
index 72d8389fb399..53c961992d0c 100644
--- a/sound/pci/hda/hda_hwdep.c
+++ b/sound/pci/hda/hda_hwdep.c
@@ -20,7 +20,6 @@
#include <linux/init.h>
#include <linux/slab.h>
-#include <linux/pci.h>
#include <linux/compat.h>
#include <linux/mutex.h>
#include <linux/ctype.h>