From: Tian Tao Date: Mon, 14 Sep 2020 00:44:50 +0000 (+0800) Subject: PNP: quirks: Fix duplicate included pci.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=759e56d9238ec0bb964965357f8bbb30ff2ec4b6;p=linux.git 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 [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index de99f371d362c..ac98b9919029c 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c @@ -226,8 +226,6 @@ static void quirk_ad1815_mpu_resources(struct pnp_dev *dev) dev_info(&dev->dev, "made independent IRQ optional\n"); } -#include - static void quirk_system_pci_resources(struct pnp_dev *dev) { struct pci_dev *pdev = NULL;