ath10k: sdio: add .owner field
authorBrian Norris <briannorris@chromium.org>
Tue, 29 Jan 2019 23:14:48 +0000 (15:14 -0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Feb 2019 14:53:01 +0000 (16:53 +0200)
commitea69598408147eabab23ebedbb5d0492381f0d18
tree5c1a7d40caf68145e386f78d4e7b87330df0bf1a
parent40194e3b36bfd9e3972001f17c0171348d372c3d
ath10k: sdio: add .owner field

sdio_register_driver() doesn't do this for us, unlike (for example)
platform_driver_register(). This is important for helping track
module-to-device relationships.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/sdio.c