summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c
diff options
context:
space:
mode:
authorLorenzo Bianconi2018-07-31 10:09:18 +0200
committerKalle Valo2018-08-02 20:48:15 +0200
commit037804002b8a547a757bd0dd38a842186130385d (patch)
tree1d1f0e48cc321c9bfef58fc30f814b906a17dcdf /drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c
parentmt76: add mt76x2_phy_common to mt76x2-common module (diff)
downloadkernel-qcow2-linux-037804002b8a547a757bd0dd38a842186130385d.tar.gz
kernel-qcow2-linux-037804002b8a547a757bd0dd38a842186130385d.tar.xz
kernel-qcow2-linux-037804002b8a547a757bd0dd38a842186130385d.zip
mt76: move mt76x2_debugfs in mt76-common module
Move mt76x2_debugfs code in mt76-common module since it is shared between mt76x2 and mt76x2u Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c')
-rw-r--r--drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c b/drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c
index 74725902e6dc..77b5ff1be05f 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x2_debugfs.c
@@ -153,3 +153,4 @@ void mt76x2_init_debugfs(struct mt76x2_dev *dev)
debugfs_create_devm_seqfile(dev->mt76.dev, "agc", dir, read_agc);
}
+EXPORT_SYMBOL_GPL(mt76x2_init_debugfs);