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_ca0132.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_ca0132.c')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 54d14793725a..4c5132cdb0cf 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -24,7 +24,6 @@ #include <linux/init.h> #include <linux/delay.h> #include <linux/slab.h> -#include <linux/pci.h> #include <linux/mutex.h> #include <linux/module.h> #include <linux/firmware.h> |