From: Santosh Shilimkar Date: Thu, 18 Feb 2010 10:12:34 +0000 (+0530) Subject: omap4: Add auto-generated irq and dma headers X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f552d4dc58a052b297a51c0a4bb69fce79b07a;p=pandora-kernel.git omap4: Add auto-generated irq and dma headers These files are generated along with the HWMOD and will eventually be in the existing header files as soon as all drivers will be migrate to omap_hwmod / omap_device. The dma-44xx.h file should be in 'arch/arm/mach-omap2/include/mach/', but this would need dma.h header also present in the mach directory to make local include possible, like what is done for irq.h. Then the script is needed to modify the drivers to include 'mach/dma.h' instead of 'plat/dma.h'. This would be a bigger change and hence left out for now The v2 version fixes the checkpatch.pl warning of exceeding 80 char limit by removing un-necessary comments appended in the end(The autogeneration script has been updated accordingly). Signed-off-by: Benoit Cousson Signed-off-by: Santosh Shilimkar Reviewed-by: Kevin Hilman Reviewed-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed