OMAP3 clock: convert clock34xx.h to clock34xx_data.c
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 Dec 2009 23:18:47 +0000 (16:18 -0700)
committerpaul <paul@twilight.(none)>
Fri, 11 Dec 2009 23:12:15 +0000 (16:12 -0700)
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 <linux@arm.linux.org.uk> proposed this new arrangement:

    http://marc.info/?l=linux-omap&m=125967425908895&w=2

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Russell King <linux@arm.linux.org.uk>

No differences found