]> Git Repo - J-u-boot.git/commit
clk: versal: Mark versal_clock_setup() as static
authorVenkatesh Yadav Abbarapu <[email protected]>
Fri, 7 Oct 2022 10:55:35 +0000 (16:25 +0530)
committerMichal Simek <[email protected]>
Mon, 10 Oct 2022 10:28:08 +0000 (12:28 +0200)
commit673f18955ee2db5c20c7d8e38763b530a372f283
tree7b4c8570627f1b8ab01e207ff5b727be5b57acb1
parent0b33770b54a57cc5dcfc91a497dc5f044a0b2e92
clk: versal: Mark versal_clock_setup() as static

Fix the following sparse and compile time warning
triggered with W=1:

drivers/clk/clk_versal.c:605:5:
warning: no previous prototype for 'versal_clock_setup'
[-Wmissing-prototypes]
605 | int versal_clock_setup(void)

Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
drivers/clk/clk_versal.c
This page took 0.033608 seconds and 4 git commands to generate.