]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP2+: hwmod: Remove omap_hwmod_mutex
authorBenoit Cousson <b-cousson@ti.com>
Wed, 22 Dec 2010 04:31:28 +0000 (21:31 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 22 Dec 2010 04:31:28 +0000 (21:31 -0700)
commit718a0175e0f2c44384c90cdb81052d9a96b421c6
tree28d42c3dd74b0f1e0a5b32f4f9129358311f30e1
parent272e0daf95ef9d18c2a6ef51a0da0f96430a7927
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>
arch/arm/mach-omap2/omap_hwmod.c