From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753334AbZLKF3p (ORCPT ); Fri, 11 Dec 2009 00:29:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751593AbZLKF3l (ORCPT ); Fri, 11 Dec 2009 00:29:41 -0500 Received: from kroah.org ([198.145.64.141]:53439 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752544AbZLKF3k (ORCPT ); Fri, 11 Dec 2009 00:29:40 -0500 X-Mailbox-Line: From linux@linux.site Thu Dec 10 21:25:42 2009 Message-Id: <20091211052541.550415868@linux.site> User-Agent: quilt/0.47-14.9 Date: Thu, 10 Dec 2009 21:23:15 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Martin Michlmayr , Boaz Harrosh , James Bottomley , Greg Kroah-Hartman Subject: [03/34] SCSI: osd_protocol.h: Add missing #include References: <20091211052312.805428372@linux.site> Content-Disposition: inline; filename=scsi-osd_protocol.h-add-missing-include.patch In-Reply-To: <20091211052858.GA23229@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Martin Michlmayr commit 0899638688f223fd9e9fee60d662665e11693d12 upstream. include/scsi/osd_protocol.h uses ALIGN() without an #include , leading to: | include/scsi/osd_protocol.h:362: error: implicit declaration of function 'ALIGN' Signed-off-by: Martin Michlmayr Signed-off-by: Boaz Harrosh Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- a/include/scsi/osd_protocol.h +++ b/include/scsi/osd_protocol.h @@ -17,6 +17,7 @@ #define __OSD_PROTOCOL_H__ #include +#include #include #include