Re: linux-next: build failure after merge of the ftrace tree

From: Steven Rostedt
Date: Fri Nov 21 2014 - 09:28:09 EST


On Fri, 21 Nov 2014 09:20:36 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> > diff --git a/include/linux/percpu.h b/include/linux/percpu.h
> > index a3aa63e..c94c766 100644
> > --- a/include/linux/percpu.h
> > +++ b/include/linux/percpu.h
> > @@ -7,6 +7,7 @@
> > #include <linux/cpumask.h>
> > #include <linux/pfn.h>
> > #include <linux/init.h>
> > +#include <linux/printk.h>
> >
> > #include <asm/percpu.h>
>
> Unfortunately, this wasn't the fix. This was an allnoconfig, which
> means printk wasn't defined.
>

Just to be safe, I put the printk.h back in. Although it doesn't seem
to be needed.

-- Steve