]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: fsl-mc: Add missing header
authorBogdan Purcareata <bogdan.purcareata@gmail.com>
Mon, 13 Feb 2017 16:40:41 +0000 (18:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2017 17:14:28 +0000 (09:14 -0800)
commit07e9ef146071adf316312b3dd4abfe41c9a45a7d
treee1a346d8795ef90ae0d46664e7a9ce27c5660a1c
parent2c9c5f5a7310b62af66d7ecf6486371626b9ebf0
staging: fsl-mc: Add missing header

Compiling the fsl-mc bus driver will yield a couple of static analysis
errors:
warning: symbol 'fsl_mc_msi_domain_alloc_irqs' was not declared
warning: symbol 'fsl_mc_msi_domain_free_irqs' was not declared.
warning: symbol 'its_fsl_mc_msi_init' was not declared.
warning: symbol 'its_fsl_mc_msi_cleanup' was not declared.

Since these are properly declared, but the header is not included, add
it in the source files. This way the symbol is properly exported.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/fsl-mc-msi.c
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c