]> www.infradead.org Git - users/willy/xarray.git/commit
soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt
authorHerve Codina <herve.codina@bootlin.com>
Thu, 5 Sep 2024 07:22:15 +0000 (09:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 5 Sep 2024 14:12:15 +0000 (14:12 +0000)
commitdc2b17fbd599caa6079d619e1ff2c3d980ff6603
treedbaf8d5b9e51666bbec3f72cb229bbe1105a0543
parentbe5ea8f3e37669ab4eec280d55c437c513a7d87c
soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt

When TSA is compiled as module the following error is reported:
  "ucc_mux_set_grant_tsa_bkpt" [drivers/soc/fsl/qe/tsa.ko] undefined!

Indeed, the ucc_mux_set_grant_tsa_bkpt symbol is not exported.

Simply export ucc_mux_set_grant_tsa_bkpt.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409051409.fszn8rEo-lkp@intel.com/
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/fsl/qe/ucc.c