staging: fsl-mc: make function its_fsl_mc_msi_init static
authorColin Ian King <colin.king@canonical.com>
Wed, 17 Jan 2018 11:14:04 +0000 (11:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 14:05:46 +0000 (15:05 +0100)
commita535929f46d2b1bd9b4195b0bcef4c86ba22c9cc
tree8b661de32d3c4bc7aab66b4c90956ae733e36091
parent60b91319a34997a6fff901c5c5d60d9a337f0fd1
staging: fsl-mc: make function its_fsl_mc_msi_init static

The function its_fsl_mc_msi_init is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'its_fsl_mc_msi_init' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c