summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-26 12:00:13 +0200
committerXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-26 12:00:13 +0200
commit81366768f2d21bda39beb891800b16e739a0e4a0 (patch)
treeecef1b09f6a1d2f90342750907ea1cc28aeab334
parent20dd0df8e39a60032adc6baaa3d21fadbc25516c (diff)
downloadandroid_hardware_samsung-81366768f2d21bda39beb891800b16e739a0e4a0.tar.gz
android_hardware_samsung-81366768f2d21bda39beb891800b16e739a0e4a0.tar.bz2
android_hardware_samsung-81366768f2d21bda39beb891800b16e739a0e4a0.zip
exynos4: gralloc: Remove non-trivial initializers to fix build
Change-Id: Id21a3506132b2be1ff5a606858d1be2dd897338d
-rw-r--r--exynos4/hal/libgralloc_ump/gralloc_module.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/exynos4/hal/libgralloc_ump/gralloc_module.cpp b/exynos4/hal/libgralloc_ump/gralloc_module.cpp
index f448f7b..27a930d 100644
--- a/exynos4/hal/libgralloc_ump/gralloc_module.cpp
+++ b/exynos4/hal/libgralloc_ump/gralloc_module.cpp
@@ -464,7 +464,6 @@ struct private_module_t HAL_MODULE_INFO_SYM =
author: "ARM Ltd.",
methods: &gralloc_module_methods,
dso: NULL,
- reserved : {0,},
},
registerBuffer: gralloc_register_buffer,
unregisterBuffer: gralloc_unregister_buffer,
@@ -472,7 +471,6 @@ struct private_module_t HAL_MODULE_INFO_SYM =
unlock: gralloc_unlock,
getphys: gralloc_getphys,
perform: NULL,
- reserved_proc: {0,},
},
framebuffer: NULL,
flags: 0,
@@ -480,5 +478,4 @@ struct private_module_t HAL_MODULE_INFO_SYM =
bufferMask: 0,
lock: PTHREAD_MUTEX_INITIALIZER,
currentBuffer: NULL,
- ion_client: -1,
};