Sergei Shtylyov <[email protected]> writes: > There have accumulated quite a lot of them after the code reorganizations... > > In several cases I had to replace #include <linux/dma-mapping.h> which wasn't > needed directly but happened to #include <linux/err.h> which was needed. > > Signed-off-by: Sergei Shtylyov <[email protected]>
Looks like a nice, well needed cleanup. Thanks. In the future, please report compile and boot test results for platforms tested. I build/boot tested davinci_all_defconfig on dm355 EVM and da8xx_omapl_defonfig on da850 EVM so I will push today after minor change below... [...] > Index: linux-davinci/arch/arm/mach-davinci/da850.c > =================================================================== > --- linux-davinci.orig/arch/arm/mach-davinci/da850.c > +++ linux-davinci/arch/arm/mach-davinci/da850.c > @@ -11,16 +11,12 @@ > * is licensed "as is" without any warranty of any kind, whether express > * or implied. > */ > -#include <linux/kernel.h> > #include <linux/init.h> > #include <linux/clk.h> > -#include <linux/platform_device.h> I added this one back since the CPUfreq changes added a platform_device_register() to this file. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
