diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-02-15 10:12:12 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-02-15 10:12:12 +0100 |
commit | 1f85a0f0cce583a8ac436bda8807ec8fd8e8ef16 (patch) | |
tree | cf36a1761a3235f54643cfbf6a9faae9d5c294ac /sound/pci/hda/patch_cmedia.c | |
parent | 5100cd07d43a137ed2e73ecf815ba02f19484a59 (diff) |
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/patch_cmedia.c')
-rw-r--r-- | sound/pci/hda/patch_cmedia.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/init.h> #include <linux/slab.h> -#include <linux/pci.h> #include <linux/module.h> #include <sound/core.h> #include "hda_codec.h" |