]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: hci_qca: Replace of_device_get_match_data with device_get_match_data
authorRocky Liao <rjliao@codeaurora.org>
Fri, 13 Dec 2019 08:50:45 +0000 (16:50 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Jan 2020 09:41:03 +0000 (10:41 +0100)
commit9f3565b89c43d2a0082bccbc3918f2ebae739533
tree442d983f3cdfec6a77c7759dd1a75d3507f4e48c
parent8b17fb9628dd91cf48b8d40fba4b4f7499bf2ee7
Bluetooth: hci_qca: Replace of_device_get_match_data with device_get_match_data

Replace of_device_get_match_data with device_get_match_data to make driver
work across platforms.

Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c