include/scsi/osd_protocol.h: remove unnecessary __constant
authorFabian Frederick <fabf@skynet.be>
Sun, 1 Jun 2014 14:06:53 +0000 (16:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 2 Jun 2014 08:36:27 +0000 (10:36 +0200)
__constant_cpu_to_be16 converted to cpu_to_be16

This patch fixes checkpatch warnings:

"WARNING: __constant_cpu_to_be16 should be cpu_to_be16"

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Ack-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

No differences found