Skip to content
Snippets Groups Projects
Commit 871aae0d authored by ivan.liu's avatar ivan.liu Committed by Ivan.liu
Browse files

MA-12470 Fix get dma phys can't work on 32bit kernel.


Change unsigned long to __u64 to align 32bit and 64bit kernel.

Change-Id: Id2e393812311c4556a31ff8ac83e4a4b5c8573f1
Signed-off-by: default avatarivan.liu <xiaowen.liu@nxp.com>
parent 20c60c16
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ struct dma_buf_sync {
};
struct dma_buf_phys {
unsigned long phys;
__u64 phys;
};
#define DMA_BUF_SYNC_READ (1 << 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment