summaryrefslogtreecommitdiff
path: root/devel/backports-update-manager
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-06-15 20:34:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2015-06-30 23:38:28 +0200
commita8a047c84adcb9a023415f0c1336ba80bc47758e (patch)
tree7cd7433186e68eeea4814af821f1400f3b69b93c /devel/backports-update-manager
parent2666682960b0bb8a9dfdf3cca41690bb4f658a72 (diff)
header: fix warning in lockdep_assert_held()
Upstream commit: 1b838d0c3845b344c598b4631327914cc509dd2e When building the kernel there are lots of warnings like this: drivers/net/wireless/ath/ath10k/ce.c:404:21: warning: unused variable ‘ar_pci’ [-Wunused-variable] struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); They are caused by an empty lockdep_assert_held() which does nothing with this variable in kernel version < 3.9. This patch replaces this macro with the version from a recent kernel and silence this warning. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'devel/backports-update-manager')
0 files changed, 0 insertions, 0 deletions