Commit 759e56d9 authored by Tian Tao's avatar Tian Tao Committed by Rafael J. Wysocki

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: default avatarTian Tao <tiantao6@hisilicon.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ba4f184e
...@@ -226,8 +226,6 @@ static void quirk_ad1815_mpu_resources(struct pnp_dev *dev) ...@@ -226,8 +226,6 @@ static void quirk_ad1815_mpu_resources(struct pnp_dev *dev)
dev_info(&dev->dev, "made independent IRQ optional\n"); dev_info(&dev->dev, "made independent IRQ optional\n");
} }
#include <linux/pci.h>
static void quirk_system_pci_resources(struct pnp_dev *dev) static void quirk_system_pci_resources(struct pnp_dev *dev)
{ {
struct pci_dev *pdev = NULL; struct pci_dev *pdev = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment