mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
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>
This commit is contained in:
parent
ba4f184e12
commit
759e56d923
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ static void quirk_ad1815_mpu_resources(struct pnp_dev *dev)
|
|||
dev_info(&dev->dev, "made independent IRQ optional\n");
|
||||
}
|
||||
|
||||
#include <linux/pci.h>
|
||||
|
||||
static void quirk_system_pci_resources(struct pnp_dev *dev)
|
||||
{
|
||||
struct pci_dev *pdev = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue