[PATCH 7/7] OMAP2+: devices: Remove all omap_device_pm_latency structures
From: Kevin Hilman <hidden>
Date: 2011-08-31 22:31:12
Benoit Cousson [off-list ref] writes:
Remove all these duplicated structures since a default one is now available. Signed-off-by: Benoit Cousson <redacted> Cc: Kevin Hilman <redacted> --- arch/arm/mach-omap2/devices.c | 46 +++---------------------------------- arch/arm/mach-omap2/display.c | 11 +-------- arch/arm/mach-omap2/dma.c | 11 +-------- arch/arm/mach-omap2/gpio.c | 12 +--------- arch/arm/mach-omap2/hsmmc.c | 18 +-------------- arch/arm/mach-omap2/hwspinlock.c | 12 +--------- arch/arm/mach-omap2/mcbsp.c | 11 +-------- arch/arm/mach-omap2/serial.c | 25 +------------------- arch/arm/mach-omap2/sr_device.c | 11 +-------- arch/arm/mach-omap2/usb-musb.c | 11 +-------- arch/arm/plat-omap/i2c.c | 10 +------- 11 files changed, 14 insertions(+), 164 deletions(-)
Nice! queuing this for v3.2 (branch: for_3.2/omap_device) Kevin