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 /include/target | |
| 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 'include/target')
| -rw-r--r-- | include/target/target_core_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index c2119008990a..00558287936d 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
| @@ -149,7 +149,7 @@ enum se_cmd_flags_table { | |||
| 149 | * Used by transport_send_check_condition_and_sense() | 149 | * Used by transport_send_check_condition_and_sense() |
| 150 | * to signal which ASC/ASCQ sense payload should be built. | 150 | * to signal which ASC/ASCQ sense payload should be built. |
| 151 | */ | 151 | */ |
| 152 | typedef unsigned __bitwise__ sense_reason_t; | 152 | typedef unsigned __bitwise sense_reason_t; |
| 153 | 153 | ||
| 154 | enum tcm_sense_reason_table { | 154 | enum tcm_sense_reason_table { |
| 155 | #define R(x) (__force sense_reason_t )(x) | 155 | #define R(x) (__force sense_reason_t )(x) |
