summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2015-02-04 12:04:06 +0000
committerRob Herring <robh@kernel.org>2015-02-04 10:43:15 -0600
commit523bf17f1c7c3171e03dbd31402dfa263e63d178 (patch)
treec4e604c89176f5b2a10dceab652e141bac94e15f /drivers/of
parentd5e75500ca401d3128c82c5b0dee2f9b259d5b5c (diff)
downloadop-kernel-dev-523bf17f1c7c3171e03dbd31402dfa263e63d178.zip
op-kernel-dev-523bf17f1c7c3171e03dbd31402dfa263e63d178.tar.gz
of/fdt: fix sparse warning
this patch fixes following sparse warning: fdt.c:765:12: warning: symbol 'early_init_dt_scan_chosen_serial' was not declared. Should it be static? Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index 5100742..3a896c9 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)
#ifdef CONFIG_SERIAL_EARLYCON
extern struct of_device_id __earlycon_of_table[];
-int __init early_init_dt_scan_chosen_serial(void)
+static int __init early_init_dt_scan_chosen_serial(void)
{
int offset;
const char *p;
OpenPOWER on IntegriCloud