mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "qseecom: change sg_entry phy address to 32bit"
This commit is contained in:
commit
9b973c484d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ struct qseecom_dev_handle {
|
|||
};
|
||||
|
||||
struct qseecom_sg_entry {
|
||||
phys_addr_t phys_addr;
|
||||
uint32_t phys_addr;
|
||||
uint32_t len;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue