Skip to content

Commit

Permalink
[SCSI] osd_protocol.h: Add missing #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Michlmayr authored and James Bottomley committed Dec 4, 2009
1 parent aa9fffb commit 0899638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/scsi/osd_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define __OSD_PROTOCOL_H__

#include <linux/types.h>
#include <linux/kernel.h>
#include <asm/unaligned.h>
#include <scsi/scsi.h>

Expand Down

0 comments on commit 0899638

Please sign in to comment.