diff options
Diffstat (limited to 'drivers/dma/ti/k3-psil-j721e.c')
-rw-r--r-- | drivers/dma/ti/k3-psil-j721e.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/ti/k3-psil-j721e.c b/drivers/dma/ti/k3-psil-j721e.c index a609d496fddd..e3cfd5f66842 100644 --- a/drivers/dma/ti/k3-psil-j721e.c +++ b/drivers/dma/ti/k3-psil-j721e.c @@ -59,7 +59,7 @@ } /* PSI-L source thread IDs, used for RX (DMA_DEV_TO_MEM) */ -struct psil_ep j721e_src_ep_map[] = { +static struct psil_ep j721e_src_ep_map[] = { /* SA2UL */ PSIL_SA2UL(0x4000, 0), PSIL_SA2UL(0x4001, 0), @@ -169,7 +169,7 @@ struct psil_ep j721e_src_ep_map[] = { }; /* PSI-L destination thread IDs, used for TX (DMA_MEM_TO_DEV) */ -struct psil_ep j721e_dst_ep_map[] = { +static struct psil_ep j721e_dst_ep_map[] = { /* SA2UL */ PSIL_SA2UL(0xc000, 1), PSIL_SA2UL(0xc001, 1), |