summaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
diff options
context:
space:
mode:
authorSergey Senozhatsky2017-12-08 18:51:21 +0100
committerBjorn Helgaas2017-12-19 06:05:53 +0100
commit292af71e618924166dc01189295a94b2beddcc9c (patch)
tree68accd0f7099dfb6adc92ec9e366cbd9ab26b10f /drivers/pci/quirks.c
parentpowerpc/pci: Unroll two pass loop when scanning bridges (diff)
downloadkernel-qcow2-linux-292af71e618924166dc01189295a94b2beddcc9c.tar.gz
kernel-qcow2-linux-292af71e618924166dc01189295a94b2beddcc9c.tar.xz
kernel-qcow2-linux-292af71e618924166dc01189295a94b2beddcc9c.zip
PCI: Remove unneeded kallsyms include
The file was converted from print_fn_descriptor_symbol() to %pF some time ago (c9bbb4abb658 "PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.c"). kallsyms does not seem to be needed anymore. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r--drivers/pci/quirks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 10684b17d0bd..fd49b976973f 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -19,7 +19,6 @@
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/acpi.h>
-#include <linux/kallsyms.h>
#include <linux/dmi.h>
#include <linux/pci-aspm.h>
#include <linux/ioport.h>