commit | 82e9bd588563c4e22ebb55b684ebec7e310cc715 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue Dec 08 16:18:47 2009 -0700 |
committer | paul <paul@twilight.(none)> | Fri Dec 11 16:12:15 2009 -0700 |
tree | cad50e0c12980a14de3531ec7bf78e3f3e4a3313 | |
parent | 75d43340113e3822e390f644e8b197737e4c553e [diff] |
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 <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>