From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763344AbYHDUVh (ORCPT ); Mon, 4 Aug 2008 16:21:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763260AbYHDUVS (ORCPT ); Mon, 4 Aug 2008 16:21:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:48382 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763252AbYHDUVQ (ORCPT ); Mon, 4 Aug 2008 16:21:16 -0400 Date: Mon, 4 Aug 2008 13:14:52 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, FUJITA Tomonori , Geoff Levand , Paul Mackerras , Jeff Mahoney Subject: [patch 05/33] POWERPC: PS3: Add time include to lpm Message-ID: <20080804201452.GF1139@suse.de> References: <20080804200515.110033151@mini.kroah.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="powerpc-ps3-add-time-include-to-lpm.patch" In-Reply-To: <20080804201321.GA1139@suse.de> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2.6.25-stable review patch. If anyone has any objections, please let us know. ------------------ From: FUJITA Tomonori commit 483d8876f75aa5707a646442377051f1b90db206 upstream Add an include statement for get_tb(). Signed-off-by: FUJITA Tomonori Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras Cc: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- drivers/ps3/ps3-lpm.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ps3/ps3-lpm.c +++ b/drivers/ps3/ps3-lpm.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include --