bus: mhi: host: Make local functions static
authorManivannan Sadhasivam <mani@kernel.org>
Tue, 17 Jun 2025 06:43:45 +0000 (12:13 +0530)
committerManivannan Sadhasivam <mani@kernel.org>
Tue, 17 Jun 2025 07:32:23 +0000 (13:02 +0530)
commit701aa9ad1e7bfc4c509deeed6557c023c4b875ea
tree09a6d1163822d5844d269b48e2eba88d0fa56324
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
bus: mhi: host: Make local functions static

These functions were not used outside of the file defining them. So make
them static as they should be.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Link: https://patch.msgid.link/20250617064906.14079-1-mani@kernel.org
drivers/bus/mhi/host/init.c
drivers/bus/mhi/host/internal.h
drivers/bus/mhi/host/main.c