mirror of
https://github.com/Ansuel/openwrt.git
synced 2025-12-17 23:42:11 +00:00
In contrast to variables, functions don't need extern declarations. It is
also preferred in the kernel not to use extern in front of function
declarations.
The extern+static parts in clk-rtl83xx.c were skipped because they are a
little bit unexpected ("extern *_dram_set_rate" are never used, "static
_sram_set_rate" are used but should from the C code perspective always be
NULL). This is left for an interested reader with the correct test HW and
some interests to dig in the code from commit
|
||
|---|---|---|
| .. | ||
| rtl83xx | ||