]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitea2f83c6aa027d42249fa73e833213c0d919d1fd
treed8145edb2765e11ed714b4546f74a455fbad6cb2
parentff3f9913bc0749364fbfd86ea62ba2d31c6136c8
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>
drivers/firmware/imx/imx-scu-irq.c