diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-04-04 16:52:01 +0400 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 12:03:39 +0300 |
commit | e9f1ddcdec54d32892a0a749de017a39c6c84beb (patch) | |
tree | 9c1a97e0a2a724abddd1604e5f95234cdbd69653 /arch/arm/mach-omap2/vp44xx_data.c | |
parent | 9cb6d36371b0a9935de92bf250c7152f5b50fdc1 (diff) | |
download | linux-e9f1ddcdec54d32892a0a749de017a39c6c84beb.tar.xz |
ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone
PRM driver now only exports a generic API for clearing / checking
VP txdone status.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/vp44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/vp44xx_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/vp44xx_data.c b/arch/arm/mach-omap2/vp44xx_data.c index e62f6b018beb..2448bb9a8716 100644 --- a/arch/arm/mach-omap2/vp44xx_data.c +++ b/arch/arm/mach-omap2/vp44xx_data.c @@ -28,8 +28,8 @@ #include "vp.h" static const struct omap_vp_ops omap4_vp_ops = { - .check_txdone = omap4_prm_vp_check_txdone, - .clear_txdone = omap4_prm_vp_clear_txdone, + .check_txdone = omap_prm_vp_check_txdone, + .clear_txdone = omap_prm_vp_clear_txdone, }; /* |