Skip to content
Snippets Groups Projects
Commit 3ab8fb39 authored by Troy Kisky's avatar Troy Kisky
Browse files

arm: clock_imx8mm: add s/clock_init()/clock_init(void)/

parent 845e2baf
No related branches found
No related tags found
No related merge requests found
...@@ -576,7 +576,7 @@ void enable_display_clk(unsigned char enable) ...@@ -576,7 +576,7 @@ void enable_display_clk(unsigned char enable)
} }
} }
int clock_init() int clock_init(void)
{ {
uint32_t val_cfg0; uint32_t val_cfg0;
...@@ -697,7 +697,7 @@ int clock_init() ...@@ -697,7 +697,7 @@ int clock_init()
enable_display_clk(1); enable_display_clk(1);
return 0; return 0;
}; }
#endif #endif
void mxs_set_lcdclk(uint32_t base_addr, uint32_t freq) void mxs_set_lcdclk(uint32_t base_addr, uint32_t freq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment