staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNC
The flag ION_FLAG_CACHED_NEEDS_SYNC isn't used anymore. Remove it. Signed-off-by: Archit Taneja <architt@codeaurora.org> Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org> Acked-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
e60a40c316
Коммит
83d952ee0f
|
@ -57,12 +57,6 @@ enum ion_heap_type {
|
|||
*/
|
||||
#define ION_FLAG_CACHED 1
|
||||
|
||||
/*
|
||||
* mappings of this buffer will created at mmap time, if this is set
|
||||
* caches must be managed manually
|
||||
*/
|
||||
#define ION_FLAG_CACHED_NEEDS_SYNC 2
|
||||
|
||||
/**
|
||||
* DOC: Ion Userspace API
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче