diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-12-10 23:34:53 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-12-15 17:13:41 -0500 |
commit | 9efeccacd3a486128d3add611dd4cefb5b60a58c (patch) | |
tree | 5d23034005e2856ac141a91547d39cb38717c72f /drivers/net/wireless/intel/iwlwifi | |
parent | 46d832f5e2102cce455672c5a0b8cbe97e27fe42 (diff) |
linux: drop __bitwise__ everywhere
__bitwise__ used to mean "yes, please enable sparse checks
unconditionally", but now that we dropped __CHECK_ENDIAN__
__bitwise is exactly the same.
There aren't many users, replace it by __bitwise everywhere.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Stefan Schmidt <stefan@osg.samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Akced-by: Lee Duncan <lduncan@suse.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h b/drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h index 1ad0ec180d5d..84813b550ef1 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | |||
@@ -228,7 +228,7 @@ enum iwl_ucode_tlv_flag { | |||
228 | IWL_UCODE_TLV_FLAGS_BCAST_FILTERING = BIT(29), | 228 | IWL_UCODE_TLV_FLAGS_BCAST_FILTERING = BIT(29), |
229 | }; | 229 | }; |
230 | 230 | ||
231 | typedef unsigned int __bitwise__ iwl_ucode_tlv_api_t; | 231 | typedef unsigned int __bitwise iwl_ucode_tlv_api_t; |
232 | 232 | ||
233 | /** | 233 | /** |
234 | * enum iwl_ucode_tlv_api - ucode api | 234 | * enum iwl_ucode_tlv_api - ucode api |
@@ -258,7 +258,7 @@ enum iwl_ucode_tlv_api { | |||
258 | #endif | 258 | #endif |
259 | }; | 259 | }; |
260 | 260 | ||
261 | typedef unsigned int __bitwise__ iwl_ucode_tlv_capa_t; | 261 | typedef unsigned int __bitwise iwl_ucode_tlv_capa_t; |
262 | 262 | ||
263 | /** | 263 | /** |
264 | * enum iwl_ucode_tlv_capa - ucode capabilities | 264 | * enum iwl_ucode_tlv_capa - ucode capabilities |