mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
a726f1d2dd
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 |