mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Early clock API pic32_get_pbclk() is defined in early_clk.c and used by
time.c and early_console.c. When CONFIG_EARLY_PRINTK isn't set,
early_clk.c isn't compiled and time.c fails to link.
Fix it by compiling early_clk.c always. Also sort files in alphabetical
order.
Fixes:
|
||
|---|---|---|
| .. | ||
| config.c | ||
| early_clk.c | ||
| early_console.c | ||
| early_pin.c | ||
| early_pin.h | ||
| init.c | ||
| Makefile | ||
| pic32mzda.h | ||
| time.c | ||