diff options
| -rw-r--r-- | drivers/of/fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 510074226d57..3a896c9aeb74 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c | |||
| @@ -762,7 +762,7 @@ static inline void early_init_dt_check_for_initrd(unsigned long node) | |||
| 762 | #ifdef CONFIG_SERIAL_EARLYCON | 762 | #ifdef CONFIG_SERIAL_EARLYCON |
| 763 | extern struct of_device_id __earlycon_of_table[]; | 763 | extern struct of_device_id __earlycon_of_table[]; |
| 764 | 764 | ||
| 765 | int __init early_init_dt_scan_chosen_serial(void) | 765 | static int __init early_init_dt_scan_chosen_serial(void) |
| 766 | { | 766 | { |
| 767 | int offset; | 767 | int offset; |
| 768 | const char *p; | 768 | const char *p; |
