]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 16:08:07 +0000 (08:08 -0800)
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

index 2cc8e8b1cc19da61757676325ab3ae9cd9050e2d..685661283540f64beb081b291dc6689c0a255fc0 100644 (file)
@@ -17,6 +17,7 @@
 #define __OSD_PROTOCOL_H__
 
 #include <linux/types.h>
+#include <linux/kernel.h>
 #include <asm/unaligned.h>
 #include <scsi/scsi.h>