Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: imx: scu-irq: Remove unused export of imx_scu_enable_general_irq_channel

Since its introduction, this symbol has not been used by any loadable
modules. It remains only referenced within imx-scu.c, which is always built
together with imx-scu-irq.c

As such, exporting imx_scu_enable_general_irq_channel is unnecessary, so
remove the export.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Peng Fan and committed by
Shawn Guo
ea2f83c6 ff3f9913

-1
-1
drivers/firmware/imx/imx-scu-irq.c
··· 259 259 260 260 return ret; 261 261 } 262 - EXPORT_SYMBOL(imx_scu_enable_general_irq_channel);