From 14bbb07da95d0efd33736a4f83ebadaee7ab3167 Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 2 Nov 2015 21:48:49 -0500
Subject: [PATCH] P4 to Git Change 1206702 by lmoriche@lmoriche_opencl_dev on
2015/11/02 21:40:30
SWDEV-78467 - Don't use lf.h in memory.hpp
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#94 edit
---
rocclr/runtime/platform/memory.hpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rocclr/runtime/platform/memory.hpp b/rocclr/runtime/platform/memory.hpp
index 62bbd67a4d..955d2fb82e 100644
--- a/rocclr/runtime/platform/memory.hpp
+++ b/rocclr/runtime/platform/memory.hpp
@@ -12,7 +12,6 @@
#include "platform/object.hpp"
#include "platform/interop.hpp"
#include "device/device.hpp"
-#include "lf.h"
#include
#include
@@ -678,7 +677,7 @@ class LiquidFlashFile : public RuntimeObject
private:
const wchar_t* name_;
cl_file_flags_amd flags_;
- lf_file handle_;
+ void* handle_;
uint32_t blockSize_;
public: