]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: imx: scu-irq: Remove unused export of imx_scu_enable_general_irq_channel
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Oct 2025 01:56:28 +0000 (09:56 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:43:47 +0000 (14:43 +0800)
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>
drivers/firmware/imx/imx-scu-irq.c

index 3dda42be4e6b9a0df0b2b1ddcfb64dd112007e02..a68d38f89254438c33588c3e17ce2f811eff0840 100644 (file)
@@ -259,4 +259,3 @@ free_cl:
 
        return ret;
 }
-EXPORT_SYMBOL(imx_scu_enable_general_irq_channel);