Skip to content

Commit 8eb620d

Browse files
FROMLIST: remoteproc: qcom: pas: Drop unused dtb_mem_region field
dtb_mem_region is no longer referenced after the ioremap was moved to respective places where mapping is required. Remove it from struct qcom_pas. Link: https://lore.kernel.org/lkml/20260325191301.164579-3-mukesh.ojha@oss.qualcomm.com/ Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
1 parent 8988946 commit 8eb620d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ struct qcom_pas {
100100
phys_addr_t mem_reloc;
101101
phys_addr_t dtb_mem_reloc;
102102
phys_addr_t region_assign_phys[MAX_ASSIGN_COUNT];
103+
103104
void *mem_region;
104-
void *dtb_mem_region;
105+
105106
size_t mem_size;
106107
size_t dtb_mem_size;
107108
size_t region_assign_size[MAX_ASSIGN_COUNT];

0 commit comments

Comments
 (0)