From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from services.gcu-squad.org (zone0.gcu-squad.org [212.85.147.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 09F45DDF0F for ; Mon, 11 Aug 2008 17:25:43 +1000 (EST) Date: Mon, 11 Aug 2008 09:25:17 +0200 From: Jean Delvare To: Stephen Rothwell Subject: Re: [PATCH] powerpc/drivers: use linux/of_device.h instead of asm/of_device.h Message-ID: <20080811092517.3ab0d0c1@hyperion.delvare> In-Reply-To: <20080811170432.f747ab5e.sfr@canb.auug.org.au> References: <20080811170432.f747ab5e.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: alsa-devel@alsa-project.org, linuxppc-dev@ozlabs.org, Michael Hanselmann , lm-sensors@lm-sensors.org, Stelian Pop , Paul Mackerras , Johannes Berg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 11 Aug 2008 17:04:32 +1000, Stephen Rothwell wrote: > > Signed-off-by: Stephen Rothwell > --- > drivers/hwmon/ams/ams.h | 2 +- > sound/aoa/soundbus/soundbus.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > These are the last two users of asm/of_device.h. If everyone is happy, > we can put this through the powerpc tree. I have build tested for > ppc64_defconfig and ppc6xx_defconfig (which uses the relevant drivers). > > After this we can remove the include of linux/of_device.h from > asm/of_device.h > > diff --git a/drivers/hwmon/ams/ams.h b/drivers/hwmon/ams/ams.h > index a6221e5..221ef69 100644 > --- a/drivers/hwmon/ams/ams.h > +++ b/drivers/hwmon/ams/ams.h > @@ -4,7 +4,7 @@ > #include > #include > #include > -#include > +#include > > enum ams_irq { > AMS_IRQ_FREEFALL = 0x01, > diff --git a/sound/aoa/soundbus/soundbus.h b/sound/aoa/soundbus/soundbus.h > index 622cd37..a0f223c 100644 > --- a/sound/aoa/soundbus/soundbus.h > +++ b/sound/aoa/soundbus/soundbus.h > @@ -8,7 +8,7 @@ > #ifndef __SOUNDBUS_H > #define __SOUNDBUS_H > > -#include > +#include > #include > #include > No objection from me, go ahead. -- Jean Delvare