From: Tony Lindgren Date: Mon, 19 Sep 2005 11:35:06 +0000 (+0300) Subject: ARM: OMAP: Split clocks.c into plat-omap/clock.c and mach-omap1/clock.c X-Git-Tag: v2.6.15-omap2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6aaa57f6831b9258fe5a1aed3a728d36d8aca1;p=pandora-kernel.git ARM: OMAP: Split clocks.c into plat-omap/clock.c and mach-omap1/clock.c This patch contains the following changes: - Move omap1 specific clock code into mach-omap1/clock.c leaving only common code shared between omap1 and omap2 to plat-omap/clock.c. - Move clock.h and sram.h header files to include/asm-arm/arch-omap/ - Change clock init to register omap1 specific functions with plat-omap/clock.c - Some clean-up of code This patch makes no functional changes to omap1 clocks. --- Reading git-diff-tree failed