summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-25 12:33:24 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-11 19:04:06 +0300
commit86df6ff2422ae9897c89f1aaf61e00c021239dfe (patch)
treedb5ea8ea107a47bbb94f4f0bb9cf8ffed118ed3f /drivers/staging/media/atomisp/include
parent4fba2916f6a585a4b46cd3216a08c2cd55625e52 (diff)
downloadlinux-86df6ff2422ae9897c89f1aaf61e00c021239dfe.tar.xz
media: atomisp: reduce abstraction at ia_css_memory_access
Yet another memory abstraction layer. Getting rid of this may be a little trickier, but let's reduce it to a minimal. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/include')
-rw-r--r--drivers/staging/media/atomisp/include/hmm/hmm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/media/atomisp/include/hmm/hmm.h b/drivers/staging/media/atomisp/include/hmm/hmm.h
index 254a71442451..e2149b16c9fd 100644
--- a/drivers/staging/media/atomisp/include/hmm/hmm.h
+++ b/drivers/staging/media/atomisp/include/hmm/hmm.h
@@ -28,9 +28,6 @@
#include "hmm/hmm_pool.h"
#include "ia_css_types.h"
-#define HMM_CACHED true
-#define HMM_UNCACHED false
-
int hmm_pool_register(unsigned int pool_size, enum hmm_pool_type pool_type);
void hmm_pool_unregister(enum hmm_pool_type pool_type);