summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/libfimg4x/FimgExynos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'exynos4/hal/libfimg4x/FimgExynos4.h')
-rw-r--r--exynos4/hal/libfimg4x/FimgExynos4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/exynos4/hal/libfimg4x/FimgExynos4.h b/exynos4/hal/libfimg4x/FimgExynos4.h
index 2a7c42f..674fd7a 100644
--- a/exynos4/hal/libfimg4x/FimgExynos4.h
+++ b/exynos4/hal/libfimg4x/FimgExynos4.h
@@ -35,7 +35,6 @@
#include <sys/poll.h>
#include <sys/stat.h>
-#include <linux/android_pmem.h>
#include <utils/threads.h>
#include <utils/StopWatch.h>
@@ -46,7 +45,7 @@
namespace android
{
-#define NUMBER_FIMG_LIST (1) // kcoolsw : because of pmem
+#define NUMBER_FIMG_LIST (1)
#define GET_RECT_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel))
#define GET_REAL_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel))
#define GET_START_ADDR(rect) (rect->virt_addr + ((rect->y * rect->full_w) * rect->bytes_per_pixel))