From: Paul Walmsley Date: Wed, 22 Dec 2010 03:01:20 +0000 (-0700) Subject: OMAP2+: powerdomains: move powerdomain static data to .c files X-Git-Tag: v2.6.38-rc1~469^2~15^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e01478ae8a4322c9a2b2d6efed50196265ed5f2;p=pandora-kernel.git OMAP2+: powerdomains: move powerdomain 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 powerdomain data. Signed-off-by: Paul Walmsley Cc: Rajendra Nayak Cc: Santosh Shilimkar Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman Tested-by: Santosh Shilimkar Tested-by: Rajendra Nayak --- Reading git-diff-tree failed