On Fri, Dec 8, 2017 at 3:56 AM, Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> wrote: > The file was converted from print_fn_descriptor_symbol() > to %pF some time ago (2e532d68a2b3e2aa {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 <sergey.senozhatsky@xxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > drivers/pnp/quirks.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c > index f054cdddfef8..803666ae3635 100644 > --- a/drivers/pnp/quirks.c > +++ b/drivers/pnp/quirks.c > @@ -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, > -- Do you want me to apply this or do you want to route it differently?