From: Paul Walmsley Date: Tue, 8 Dec 2009 23:18:47 +0000 (-0700) Subject: OMAP3 clock: convert clock34xx.h to clock34xx_data.c X-Git-Tag: v2.6.33-rc1~295^2~1^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e9bd588563c4e22ebb55b684ebec7e310cc715;p=pandora-kernel.git OMAP3 clock: convert clock34xx.h to clock34xx_data.c The OMAP3 clock code currently #includes a large .h file full of static data structures. Instead, define the data in a .c file. Russell King proposed this new arrangement: http://marc.info/?l=linux-omap&m=125967425908895&w=2 Signed-off-by: Paul Walmsley Cc: Russell King --- Reading git-diff-tree failed