summaryrefslogtreecommitdiff
path: root/include/android/hardware/libhardware/include/hardware/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android/hardware/libhardware/include/hardware/fb.h')
-rw-r--r--include/android/hardware/libhardware/include/hardware/fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/hardware/libhardware/include/hardware/fb.h b/include/android/hardware/libhardware/include/hardware/fb.h
index 9ea9a6e6..2d9153ae 100644
--- a/include/android/hardware/libhardware/include/hardware/fb.h
+++ b/include/android/hardware/libhardware/include/hardware/fb.h
@@ -161,7 +161,7 @@ typedef struct framebuffer_device_t {
static inline int framebuffer_open(const struct hw_module_t* module,
struct framebuffer_device_t** device) {
return module->methods->open(module,
- GRALLOC_HARDWARE_FB0, (struct hw_device_t**)device);
+ GRALLOC_HARDWARE_FB0, TO_HW_DEVICE_T_OPEN(device));
}
static inline int framebuffer_close(struct framebuffer_device_t* device) {