From: Paul Walmsley Date: Wed, 22 Dec 2010 03:01:20 +0000 (-0700) Subject: OMAP2+: clockdomains: move clockdomain static data to .c files X-Git-Tag: v2.6.38-rc1~469^2~15^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0b3a701499bb7727314d7a9c764f7486db4802;p=pandora-kernel.git OMAP2+: clockdomains: move clockdomain static data to .c files Static data should be declared in .c files, not .h files. It should be possible to #include .h files at any point without creating multiple copies of the same data. We converted the clock data to .c files some time ago. This patch does the same for the clockdomain data. Signed-off-by: Paul Walmsley Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman Tested-by: Santosh Shilimkar Tested-by: Rajendra Nayak --- Reading git-diff-tree failed