iwlwifi: do not use __unused as variable name
authorBjoern A. Zeeb <bz@FreeBSD.ORG>
Wed, 10 Mar 2021 14:39:58 +0000 (14:39 +0000)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 21 Dec 2021 10:35:04 +0000 (12:35 +0200)
commit9160955a80e2819434dd1897080a8fc6cadbb86f
tree7d5e10a519f2981e4185c78f25b4aa7c3c997da7
parentff1676391aa9a59c36c755724807f349a6b5a1b6
iwlwifi: do not use __unused as variable name

On various systems __unused is a define to __attribute__((__unused__))
and yields compile errors as a result. Use __spare instead to describe
that these bits are "unused".

Sponsored by:  The FreeBSD Foundation
Signed-off-by: Bjoern A. Zeeb <bz@FreeBSD.ORG>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-fh.h