Skip to content

Commit

Permalink
PNP: quirks: Fix duplicate included pci.h
Browse files Browse the repository at this point in the history
linux/pci.h is included more than once.

Remove the one that isn't necessary.

Signed-off-by: Tian Tao <[email protected]>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Tian Tao authored and rafaeljw committed Sep 25, 2020
1 parent ba4f184 commit 759e56d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pnp/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 759e56d

Please sign in to comment.