From: Sergey Senozhatsky Date: Fri, 8 Dec 2017 17:51:21 +0000 (-0600) Subject: PCI: Remove unneeded kallsyms include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=292af71e618924166dc01189295a94b2beddcc9c;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Bjorn Helgaas --- 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 #include #include -#include #include #include #include