[SCSI] osd_protocol.h: Add missing #include
authorMartin Michlmayr <tbm@cyrius.com>
Mon, 16 Nov 2009 18:49:25 +0000 (20:49 +0200)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:01:48 +0000 (12:01 -0600)
commit0899638688f223fd9e9fee60d662665e11693d12
tree36c992ae555edcbcc9891956883e81527815dbaf
parentaa9fffbe2c4db4557248c5c626a85bf3c7867044
[SCSI] osd_protocol.h: Add missing #include

include/scsi/osd_protocol.h uses ALIGN() without an #include
<linux/kernel.h>, leading to:
| include/scsi/osd_protocol.h:362: error: implicit declaration of function 'ALIGN'

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
include/scsi/osd_protocol.h