From a17bb8b43bdd265dcab461bfc5023cfce470c6b5 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sat, 9 Jun 2012 12:28:50 +0200 Subject: gralloc: ion_getphys --- overlay/include/hardware/gralloc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'overlay/include') diff --git a/overlay/include/hardware/gralloc.h b/overlay/include/hardware/gralloc.h index 8ddc5dd..86a0bdf 100644 --- a/overlay/include/hardware/gralloc.h +++ b/overlay/include/hardware/gralloc.h @@ -201,10 +201,7 @@ typedef struct gralloc_module_t { int (*unlock)(struct gralloc_module_t const* module, buffer_handle_t handle); -#ifdef EXYNOS4210_ENHANCEMENTS - int (*getphys) (struct gralloc_module_t const* module, - buffer_handle_t handle, void** paddr); -#endif + int (*ion_getphys) (); /* reserved for future use */ int (*perform)(struct gralloc_module_t const* module, -- cgit v1.1