Skip to content

Commit dc2b17f

Browse files
hcodinaarndb
authored andcommitted
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>
1 parent be5ea8f commit dc2b17f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/fsl/qe/ucc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask)
114114

115115
return 0;
116116
}
117+
EXPORT_SYMBOL(ucc_mux_set_grant_tsa_bkpt);
117118

118119
int ucc_set_qe_mux_rxtx(unsigned int ucc_num, enum qe_clock clock,
119120
enum comm_dir mode)

0 commit comments

Comments
 (0)