commit | ce35b2446945c506cb02960eab2072f56efdf1c0 | [log] [tgz] |
---|---|---|
author | Benoit Cousson <b-cousson@ti.com> | Tue Dec 21 21:31:28 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Tue Dec 21 21:31:28 2010 -0700 |
tree | 28d42c3dd74b0f1e0a5b32f4f9129358311f30e1 | |
parent | 01592df95049a6f3d4abb0571ae1c7cb6e9d1cd7 [diff] |
OMAP2+: hwmod: Remove omap_hwmod_mutex The hwmod list will be built are init time and never be modified at runtime. There is no need anymore to protect the list from concurrent accesses using a mutex. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Kevin Hilman <khilman@deeprootsystems.com>