Raffaele Recalcati <[email protected]> writes: > From: Tejun Heo <[email protected]> > > Implicit slab.h inclusion via percpu.h is about to go away. Make sure > gfp.h or slab.h is included as necessary.
Ignoring this one, as this is already upstream. For this kind of thing, you would typically have a PATCH 0/n with a general summary of the series and listing any dependencies that have been previously submitted or available in other trees. Kevin > Signed-off-by: Tejun Heo <[email protected]> > Acked-by: Samuel Ortiz <[email protected]> > Signed-off-by: Mark Brown <[email protected]> > --- > drivers/mfd/davinci_voicecodec.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/mfd/davinci_voicecodec.c > b/drivers/mfd/davinci_voicecodec.c > index 9886aa8..3e75f02 100644 > --- a/drivers/mfd/davinci_voicecodec.c > +++ b/drivers/mfd/davinci_voicecodec.c > @@ -23,6 +23,7 @@ > #include <linux/init.h> > #include <linux/module.h> > #include <linux/device.h> > +#include <linux/slab.h> > #include <linux/delay.h> > #include <linux/io.h> > #include <linux/clk.h> > -- > 1.7.0.4 > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
