diff options
| author | Imre Deak <imre.deak@solidboot.com> | 2007-03-05 10:34:05 -0500 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 21:34:49 -0400 |
| commit | 6ea59bb3083dea3b48003ea49de12a3e3c868b05 (patch) | |
| tree | e449fe4fdb27675c9bf3682ab09941beec96bb21 /include | |
| parent | df2c2e70f0cb3fa2586beffc41fcd7e093453bc5 (diff) | |
ARM: OMAP: add SoSSI clock (remove manual checking of SoSSI state from idle)
The SoSSI driver should already take care of this by enabling / disabling
its clock when necessary, so this legacy callout from the PM idle code
is not needed any more.
Signed-off-by: Imre Deak <imre.deak@solidboot.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-omap/dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap/dma.h b/include/asm-arm/arch-omap/dma.h index f7774192a4..f33b467fdd 100644 --- a/include/asm-arm/arch-omap/dma.h +++ b/include/asm-arm/arch-omap/dma.h | |||
| @@ -417,7 +417,6 @@ extern void omap_free_lcd_dma(void); | |||
| 417 | extern void omap_setup_lcd_dma(void); | 417 | extern void omap_setup_lcd_dma(void); |
| 418 | extern void omap_enable_lcd_dma(void); | 418 | extern void omap_enable_lcd_dma(void); |
| 419 | extern void omap_stop_lcd_dma(void); | 419 | extern void omap_stop_lcd_dma(void); |
| 420 | extern int omap_lcd_dma_ext_running(void); | ||
| 421 | extern void omap_set_lcd_dma_ext_controller(int external); | 420 | extern void omap_set_lcd_dma_ext_controller(int external); |
| 422 | extern void omap_set_lcd_dma_single_transfer(int single); | 421 | extern void omap_set_lcd_dma_single_transfer(int single); |
| 423 | extern void omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres, | 422 | extern void omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres, |
