Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754497AbYGLKHJ (ORCPT ); Sat, 12 Jul 2008 06:07:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752199AbYGLKG6 (ORCPT ); Sat, 12 Jul 2008 06:06:58 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:43479 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751555AbYGLKG6 (ORCPT ); Sat, 12 Jul 2008 06:06:58 -0400 Subject: Re: [PATCH] regulator: include suspend.h in machine.h for suspend_state_t From: Liam Girdwood To: Philipp Zabel Cc: LKML , Mark Brown In-Reply-To: <1215790090.16329.7.camel@localhost.localdomain> References: <1215790090.16329.7.camel@localhost.localdomain> Content-Type: text/plain Date: Sat, 12 Jul 2008 11:06:54 +0100 Message-Id: <1215857214.6634.25.camel@odin> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 33 On Fri, 2008-07-11 at 17:28 +0200, Philipp Zabel wrote: > linux/regulator/machine.h shouldn't depend on files including this > header to have included linux/suspend.h before. > > Signed-off-by: Philipp Zabel > --- > include/linux/regulator/machine.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h > index 60e6873..bed2b5e 100644 > --- a/include/linux/regulator/machine.h > +++ b/include/linux/regulator/machine.h > @@ -16,6 +16,7 @@ > #define __LINUX_REGULATOR_MACHINE_H_ > > #include > +#include > > struct regulator; > Applied. Thanks Liam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/