]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Split SCSI header files
authorBart Van Assche <bart.vanassche@sandisk.com>
Fri, 8 May 2015 08:07:18 +0000 (10:07 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Mon, 1 Jun 2015 14:32:42 +0000 (07:32 -0700)
commitc5f1ac8b94bd10f97f5aa1a3279ad8e8bbc6311a
tree2702fb1198295c675cbb99573b1385472b6c7dbc
parent2be2a98845e6742a96d48534294d2c5ba582e57f
Split SCSI header files

Move the constants that are used by both initiator and target
drivers into the new header file <scsi/scsi_proto.h>. This change
will allow to remove the initiator SCSI header include directives
from most SCSI target source files in a later patch.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
include/scsi/scsi.h
include/scsi/scsi_proto.h [new file with mode: 0644]