diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-22 16:40:09 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-28 14:50:09 +0800 |
commit | e4f9eefbb8a976bb86dbdc9d2dd1a2a113801464 (patch) | |
tree | 86b65ff7d90c7874fd6345388e9b4d1729c94397 /drivers/soc/imx | |
parent | 0e4e8cc30a2940c57448af1376e40d3c0996fb29 (diff) |
firmware: imx: add missing include of <linux/firmware/imx/sci.h>
Include <linux/firmware/imx/sci.h> for the declarations of the
functions exported from this driver. This fixes the following
sparse warnings:
drivers/firmware/imx/imx-scu-irq.c:45:5: warning: symbol 'imx_scu_irq_register_notifier' was not declared. Should it be static?
drivers/firmware/imx/imx-scu-irq.c:52:5: warning: symbol 'imx_scu_irq_unregister_notifier' was not declared. Should it be static?
drivers/firmware/imx/imx-scu-irq.c:97:5: warning: symbol 'imx_scu_irq_group_enable' was not declared. Should it be static?
drivers/firmware/imx/imx-scu-irq.c:130:5: warning: symbol 'imx_scu_enable_general_irq_channel' was not declared. Should it be static?
Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx')
0 files changed, 0 insertions, 0 deletions