Kaynağa Gözat

msm: ipa: export these 3 symbols

ipa3_eth_debugfs_add_node
ipa3_eth_debugfs_init
ipa3_uc_mhi_print_stats

Change-Id: I60dd9e7dc83329c9464948e1ed25934bc3fbdff7
Signed-off-by: Michael Adisumarta <[email protected]>
Michael Adisumarta 4 yıl önce
ebeveyn
işleme
3a72c22a7f

+ 2 - 0
drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c

@@ -3139,6 +3139,7 @@ void ipa3_eth_debugfs_init(void)
 fail:
 	debugfs_remove_recursive(dent_eth);
 }
+EXPORT_SYMBOL(ipa3_eth_debugfs_init);
 
 static ssize_t ipa3_eth_read_perf_status(struct file *file,
 	char __user *ubuf, size_t count, loff_t *ppos)
@@ -3398,6 +3399,7 @@ void ipa3_eth_debugfs_add_node(struct ipa_eth_client *client)
 fail:
 	debugfs_remove_recursive(dent_eth);
 }
+EXPORT_SYMBOL(ipa3_eth_debugfs_add_node);
 
 #else /* !CONFIG_DEBUG_FS */
 #define INVALID_NO_OF_CHAR (-1)

+ 1 - 0
drivers/platform/msm/ipa/ipa_v3/ipa_uc_mhi.c

@@ -955,3 +955,4 @@ int ipa3_uc_mhi_print_stats(char *dbg_buff, int size)
 
 	return nBytes;
 }
+EXPORT_SYMBOL(ipa3_uc_mhi_print_stats);