All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH 05/12] macintosh: use linux/of_{device,platform}.h instead of asm
Date: Fri, 23 May 2008 08:20:21 -0400	[thread overview]
Message-ID: <1211545221.8297.297.camel@pasglop> (raw)
In-Reply-To: <20080523162702.26bf3937.sfr@canb.auug.org.au>


On Fri, 2008-05-23 at 16:27 +1000, Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>


> ---
>  drivers/macintosh/smu.c              |    4 ++--
>  drivers/macintosh/therm_adt746x.c    |    2 +-
>  drivers/macintosh/therm_pm72.c       |    4 ++--
>  drivers/macintosh/therm_windtunnel.c |    2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c
> index 45c3a88..0372eba 100644
> --- a/drivers/macintosh/smu.c
> +++ b/drivers/macintosh/smu.c
> @@ -36,6 +36,8 @@
>  #include <linux/poll.h>
>  #include <linux/mutex.h>
>  #include <linux/of.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/byteorder.h>
>  #include <asm/io.h>
> @@ -46,8 +48,6 @@
>  #include <asm/sections.h>
>  #include <asm/abs_addr.h>
>  #include <asm/uaccess.h>
> -#include <asm/of_device.h>
> -#include <asm/of_platform.h>
>  
>  #define VERSION "0.7"
>  #define AUTHOR  "(c) 2005 Benjamin Herrenschmidt, IBM Corp."
> diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c
> index 54f4942..7f0e20e 100644
> --- a/drivers/macintosh/therm_adt746x.c
> +++ b/drivers/macintosh/therm_adt746x.c
> @@ -24,13 +24,13 @@
>  #include <linux/kthread.h>
>  #include <linux/moduleparam.h>
>  #include <linux/freezer.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_platform.h>
>  
>  #undef DEBUG
>  
> diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c
> index ddfb426..817607e 100644
> --- a/drivers/macintosh/therm_pm72.c
> +++ b/drivers/macintosh/therm_pm72.c
> @@ -123,14 +123,14 @@
>  #include <linux/i2c.h>
>  #include <linux/kthread.h>
>  #include <linux/mutex.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_device.h>
>  #include <asm/macio.h>
> -#include <asm/of_platform.h>
>  
>  #include "therm_pm72.h"
>  
> diff --git a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c
> index d11821a..6d9e7ac 100644
> --- a/drivers/macintosh/therm_windtunnel.c
> +++ b/drivers/macintosh/therm_windtunnel.c
> @@ -37,13 +37,13 @@
>  #include <linux/slab.h>
>  #include <linux/init.h>
>  #include <linux/kthread.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_platform.h>
>  #include <asm/macio.h>
>  
>  #define LOG_TEMP		0			/* continously log temperature */
> -- 
> 1.5.5.1
> 

  reply	other threads:[~2008-05-23 12:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
2008-05-23 14:42   ` Olof Johansson
2008-05-23  6:22 ` [PATCH 03/12] ipmi: use linux/of_{device,platform}.h " Stephen Rothwell
2008-05-23  6:25 ` [PATCH 04/12] hwmon: use linux/of_platform.h " Stephen Rothwell
2008-05-26  9:42   ` Stelian Pop
2008-05-23  6:27 ` [PATCH 05/12] macintosh: use linux/of_{device,platform}.h " Stephen Rothwell
2008-05-23 12:20   ` Benjamin Herrenschmidt [this message]
2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
2008-05-23  7:09   ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-05-23  7:09     ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Kumar Gala
2008-06-27  4:58   ` Jeff Garzik
2008-07-02  7:55     ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-07-02  7:55       ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Kumar Gala
2008-07-03  1:28       ` Stephen Rothwell
2008-07-08 13:28         ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-07-08 13:28           ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Kumar Gala
2008-05-23  6:31 ` [PATCH 07/12] pcmcia: " Stephen Rothwell
2008-05-23 13:38   ` Vitaly Bordug
2008-05-23 14:42   ` Olof Johansson
2008-05-28 22:28   ` [PATCH 07/12] pcmcia: use linux/of_{device, platform}.h " Dominik Brodowski
2008-05-23  6:32 ` [PATCH 08/12] of_serial: use linux/of_platform.h " Stephen Rothwell
2008-05-23  9:36   ` Arnd Bergmann
2008-05-23  6:35 ` [PATCH 09/12] mpc52xx_psc_spi: " Stephen Rothwell
2008-05-23  6:37 ` [PATCH 10/12] ohci-ppc-of: " Stephen Rothwell
2008-06-06 22:52   ` patch usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch added to gregkh-2.6 tree gregkh
2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm Stephen Rothwell
2008-05-23 12:20   ` Benjamin Herrenschmidt
2008-05-23  6:42 ` [PATCH 12/12] mpc5200_wdt: use linux/of_platform.h " Stephen Rothwell
2008-06-27  6:37 ` [PATCH 01/12] pata_mpc52xx: " Jeff Garzik
2008-06-28  5:31   ` Grant Likely
2008-06-28  7:34     ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1211545221.8297.297.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.