[SCSI] libosd: remover duplicate __bitwise annotation
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 17 Apr 2013 07:19:05 +0000 (10:19 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 2 May 2013 19:15:10 +0000 (12:15 -0700)
commit631d706e684e6187dbbc3cce3ee301d5b53648a8
tree730cff7102e6ea2043a2520ce4479c0190745611
parentc64e483ea0a1d7483a5c1ac42ccdf7788eb3ce90
[SCSI] libosd: remover duplicate __bitwise annotation

__be32 is already a __bitwise type so we don't need the second __bitwise
here.  It causes a Sparse error:
include/scsi/osd_protocol.h:110:26: error: invalid modifier

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
include/scsi/osd_protocol.h