projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4f184
)
PNP: quirks: Fix duplicate included pci.h
author
Tian Tao
<tiantao6@hisilicon.com>
Mon, 14 Sep 2020 00:44:50 +0000
(08:44 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 16:01:06 +0000
(18:01 +0200)
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>
drivers/pnp/quirks.c
patch
|
blob
|
history
diff --git
a/drivers/pnp/quirks.c
b/drivers/pnp/quirks.c
index
de99f37
..
ac98b99
100644
(file)
--- 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 <linux/pci.h>
-
static void quirk_system_pci_resources(struct pnp_dev *dev)
{
struct pci_dev *pdev = NULL;