Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PNP: quirks: Fix duplicate included pci.h

linux/pci.h is included more than once.

Remove the one that isn't necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Tian Tao and committed by
Rafael J. Wysocki
759e56d9 ba4f184e

-2
-2
drivers/pnp/quirks.c
··· 226 226 dev_info(&dev->dev, "made independent IRQ optional\n"); 227 227 } 228 228 229 - #include <linux/pci.h> 230 - 231 229 static void quirk_system_pci_resources(struct pnp_dev *dev) 232 230 { 233 231 struct pci_dev *pdev = NULL;