Skip to content

Commit

Permalink
PCI: Remove unneeded kallsyms include
Browse files Browse the repository at this point in the history
The file was converted from print_fn_descriptor_symbol() to %pF some time
ago (c9bbb4a "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 <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
sergey-senozhatsky authored and bjorn-helgaas committed Dec 19, 2017
1 parent 9d987eb commit 292af71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 292af71

Please sign in to comment.