From: Tony Lindgren Date: Mon, 19 Oct 2009 22:25:55 +0000 (-0700) Subject: omap: headers: Move remaining headers from include/mach to include/plat X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~21^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f6628cc6017effe358fc1e7304fb1507cbd97e;p=pandora-kernel.git omap: headers: Move remaining headers from include/mach to include/plat Move the remaining headers under plat-omap/include/mach to plat-omap/include/plat. Also search and replace the files using these headers to include using the right path. This was done with: #!/bin/bash mach_dir_old="arch/arm/plat-omap/include/mach" plat_dir_new="arch/arm/plat-omap/include/plat" headers=$(cd $mach_dir_old && ls *.h) omap_dirs="arch/arm/*omap*/ \ drivers/video/omap \ sound/soc/omap" other_files="drivers/leds/leds-ams-delta.c \ drivers/mfd/menelaus.c \ drivers/mfd/twl4030-core.c \ drivers/mtd/nand/ams-delta.c" for header in $headers; do old="#include --- Reading git-diff-tree failed