From 689743c7b8786a186bbf1ecc7fe43b3176827499 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Fri, 22 Mar 2013 21:37:23 +0000 Subject: Fix the QCOM_BSP ifdef We only want this when the full BSP is enabled Change-Id: I9fe46507d39fdf26f30a13284d9c4021365a08fd --- include/hardware/gralloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index b758b57..c0c6fe2 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h @@ -237,7 +237,7 @@ typedef struct gralloc_module_t { typedef struct alloc_device_t { struct hw_device_t common; -#ifdef QCOM_HARDWARE +#ifdef QCOM_BSP /* * (*allocSize)() Allocates a buffer in graphic memory with the requested * bufferSize parameter and returns a buffer_handle_t and the stride in -- cgit v1.1