aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Android.mk4
-rw-r--r--src/wsbm_ttmpool.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/Android.mk b/src/Android.mk
index 0fb2084..b1764b6 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -4,10 +4,6 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-ifeq ($(INTEL_HWC_MOOREFIELD_HAS_LP_BLOBS),true)
- LOCAL_CFLAGS += -DHAVE_LP_BLOBS
-endif
-
LOCAL_SRC_FILES:= \
wsbm_driver.c \
wsbm_fencemgr.c \
diff --git a/src/wsbm_ttmpool.c b/src/wsbm_ttmpool.c
index 1e253e4..f3e385c 100644
--- a/src/wsbm_ttmpool.c
+++ b/src/wsbm_ttmpool.c
@@ -556,7 +556,7 @@ ttm_pool_ub_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t pl
arg.req.placement = placement;
arg.req.page_alignment = alignment / pageSize;
arg.req.user_address = (unsigned long)user_ptr;
-#ifndef HAVE_LP_BLOBS
+#ifndef ASUS_ZENFONE2_LP_BLOBS
arg.req.fd = fd;
#endif