commit | 96bba98393f97e4c4bfe29341b3ad2adef32bde2 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Jan 07 17:04:10 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Jan 09 18:12:36 2015 +0200 |
tree | 213eaf2e7cda3f5b5d1b5d78bae7b23dacabd0a0 | |
parent | 6faab1273f79788a7d90f8c3c99b9b8f3b404c98 [diff] |
ath10k: fix build error when hwmon is off kbuild reported a linking error: ERROR: "devm_hwmon_device_register_with_groups" [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined! Fix it by returning early and letting the compiler to optimise out the function call. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>