Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 292af71e authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Bjorn Helgaas
Browse files

PCI: Remove unneeded kallsyms include



The file was converted from print_fn_descriptor_symbol() to %pF some time
ago (c9bbb4ab "PCI: use %pF instead of print_fn_descriptor_symbol()
in quirks.c").  kallsyms does not seem to be needed anymore.

Signed-off-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 9d987eba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>