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>
This commit is contained in:
Peng Fan 2025-10-17 09:56:28 +08:00 committed by Shawn Guo
parent ff3f9913bc
commit ea2f83c6aa
1 changed files with 0 additions and 1 deletions

View File

@ -259,4 +259,3 @@ int imx_scu_enable_general_irq_channel(struct device *dev)
return ret;
}
EXPORT_SYMBOL(imx_scu_enable_general_irq_channel);