Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c
authorChris Lu <chris.lu@mediatek.com>
Thu, 4 Jul 2024 06:01:14 +0000 (14:01 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:11:48 +0000 (10:11 -0400)
commit5c5e8c52e3cafaa6f71efd44a42a674271e5b3ad
treeaabbd9bbf4725aa45d989e10d55d03101d6faba0
parentd019930b0049fc2648a6b279893d8ad330596e81
Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c

Move btusb_mtk_[setup, shutdown] and related function from
btusb.c to btmtk.c which holds vendor specific stuff and
would make btusb.c clean.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btmtk.c
drivers/bluetooth/btmtk.h
drivers/bluetooth/btusb.c