SCSI: osd_protocol.h: Add missing #include
authorMartin Michlmayr <tbm@cyrius.com>
Mon, 16 Nov 2009 18:49:25 +0000 (20:49 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 17:44:45 +0000 (09:44 -0800)
commit79daedf8b665473f5adf6d0d80b4f2c6ff524bca
tree799119e3213f006a00a8d1555970140d181069fe
parentd888b1a2d5c7a9fbdc01e7395ea6a8d75cd729f5
SCSI: osd_protocol.h: Add missing #include

commit 0899638688f223fd9e9fee60d662665e11693d12 upstream.

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>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/scsi/osd_protocol.h