commit | 6a29755fd7b92dc58908826f8d570a20a07a6fce | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Thu Apr 19 04:04:34 2012 -0600 |
committer | Paul Walmsley <paul@pwsan.com> | Thu Apr 19 04:25:06 2012 -0600 |
tree | 95fe09a59217b082db9575bab222d531786eedee | |
parent | cb48427ef7ee274528bf0132bb69a7ca378dc9d2 [diff] |
ARM: OMAP2xxx: hwmod data: share common interface data Several struct omap_hwmod_ocp_if records can be shared between OMAP2420 and OMAP2430. Move these shared records out of the chip-specific files into mach-omap2/omap_hwmod_2xxx_interconnect_data.c. This should save some memory and source lines, at the cost of readability. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <b-cousson@ti.com>