ARM: OMAP: omap_device: Create a default omap_device_pm_latency
authorBenoit Cousson <b-cousson@ti.com>
Tue, 9 Aug 2011 14:54:19 +0000 (16:54 +0200)
committerKevin Hilman <khilman@ti.com>
Fri, 30 Sep 2011 18:41:54 +0000 (11:41 -0700)
commitc27be1a0a165051859875b7eff5184903e0690dc
treee509f6c5c2c41b54a299146acb5648c96566c377
parent8459b10bca191f9e66508e5d712e45b753d18028
ARM: OMAP: omap_device: Create a default omap_device_pm_latency

Most devices are using the same default omap_device_pm_latency structure
during device built. In order to avoid the duplication of the same
structure everywhere, add a default structure that will be used if
the device does not have an explicit one.

Next patches will clean the duplicated structures.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/omap_device.c