mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: ion: fix movement of dma header file
Commit9f4df96b87("dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>") moved the header file, so do the same thing for our out-of-tree ION code as well, to fix the build issues. Fixes:9f4df96b87("dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>") Fixes:b2117ae840("ANDROID: ion: flush cache before exporting non-cached buffers") Cc: Vincent Donnefort <vincent.donnefort@arm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I20e2f47598bee9dcf311cd62b49541ebcb061fca
This commit is contained in:
parent
2d63baf0b5
commit
a53bc328cc
|
|
@ -9,7 +9,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/dma-noncoherent.h>
|
||||
#include <linux/dma-map-ops.h>
|
||||
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include "ion_trace.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user