Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528442
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] PNP: drop duplicate header pci.h |
| Date | 2016-11-23 15:30 +0100 |
| Message-ID | <sGGIF-62A-21@gated-at.bofh.it> (permalink) |
| References | <sGGIF-62A-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Drop duplicate header pci.h from quirks.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
drivers/pnp/quirks.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c
index d28e3ab..4001275 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 <linux/pci.h>
-
static void quirk_system_pci_resources(struct pnp_dev *dev)
{
struct pci_dev *pdev = NULL;
--
2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] PNP: drop duplicate header pci.h Geliang Tang <geliangtang@gmail.com> - 2016-11-23 15:30 +0100
csiph-web