Skip to content

Commit

Permalink
PNP: 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 (2e532d6 {pci,pnp} quirks.c:
don't use deprecated print_fn_descriptor_symbol()). kallsyms
does not seem to be needed anymore.

Signed-off-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
sergey-senozhatsky authored and rafaeljw committed Dec 13, 2017
1 parent 50c4c4e commit 245fe15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pnp/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <linux/slab.h>
#include <linux/pnp.h>
#include <linux/io.h>
#include <linux/kallsyms.h>
#include "base.h"

static void quirk_awe32_add_ports(struct pnp_dev *dev,
Expand Down

0 comments on commit 245fe15

Please sign in to comment.