diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-11 12:01:47 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-03-04 10:07:20 +0800 |
commit | f26b016e7aeeebe793eb03e609baac80e1b02947 (patch) | |
tree | 61d6eec62933300a717bf028b8b7094bab9e4cf0 /arch/arm/mach-mxs | |
parent | bb39cdc52f4278614579c1041155a7b182f47e75 (diff) | |
download | linux-3.10-f26b016e7aeeebe793eb03e609baac80e1b02947.tar.gz linux-3.10-f26b016e7aeeebe793eb03e609baac80e1b02947.tar.bz2 linux-3.10-f26b016e7aeeebe793eb03e609baac80e1b02947.zip |
ARM: mxs: icoll: Fix sparse warning
Fix the following sparse warning:
arch/arm/mach-mxs/icoll.c:103:13: warning: symbol 'icoll_of_init' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/icoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/icoll.c b/arch/arm/mach-mxs/icoll.c index 8fb23af154b..e26eeba4659 100644 --- a/arch/arm/mach-mxs/icoll.c +++ b/arch/arm/mach-mxs/icoll.c @@ -100,7 +100,7 @@ static struct irq_domain_ops icoll_irq_domain_ops = { .xlate = irq_domain_xlate_onecell, }; -void __init icoll_of_init(struct device_node *np, +static void __init icoll_of_init(struct device_node *np, struct device_node *interrupt_parent) { /* |