From: Dan Carpenter Date: Wed, 17 Apr 2013 07:19:05 +0000 (+0300) Subject: [SCSI] libosd: remover duplicate __bitwise annotation X-Git-Tag: v3.10-rc1~3^2~1^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631d706e684e6187dbbc3cce3ee301d5b53648a8;p=pandora-kernel.git [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 Acked-by: Benny Halevy Signed-off-by: James Bottomley --- Reading git-diff-tree failed