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@xxxxxxxxxx> Acked-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- a/include/scsi/osd_protocol.h 2009-10-31 09:19:28.000000000 +0000 +++ b/include/scsi/osd_protocol.h 2009-10-31 09:27:42.000000000 +0000 @@ -17,6 +17,7 @@ #define __OSD_PROTOCOL_H__ #include <linux/types.h> +#include <linux/kernel.h> #include <asm/unaligned.h> #include <scsi/scsi.h> -- Martin Michlmayr http://www.cyrius.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html