Browse Source

PM / core: remove unneeded kallsyms include

The file was converted from print_fn_descriptor_symbol()
to %pF some time ago (c80cfb0406c01bb "vsprintf: use new
vsprintf symbolic function pointer format"). kallsyms does
not seem to be needed anymore.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Sergey Senozhatsky 7 years ago
parent
commit
7e6a70a578
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/base/power/main.c

+ 0 - 1
drivers/base/power/main.c

@@ -18,7 +18,6 @@
  */
  */
 
 
 #include <linux/device.h>
 #include <linux/device.h>
-#include <linux/kallsyms.h>
 #include <linux/export.h>
 #include <linux/export.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/pm.h>
 #include <linux/pm.h>