linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: <gregkh@suse.de>
To: sfr@canb.auug.org.au, gregkh@suse.de, greg@kroah.com,
	linuxppc-dev@ozlabs.org, tnt@246tNt.com
Subject: patch usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch added to gregkh-2.6 tree
Date: Fri, 06 Jun 2008 15:52:29 -0700	[thread overview]
Message-ID: <12127927494073@kroah.org> (raw)
In-Reply-To: <20080523163758.4edcdef4.sfr@canb.auug.org.au>


This is a note to let you know that I've just added the patch titled

     Subject: USB: ohci-ppc-of: use linux/of_platform.h instead of asm

to my gregkh-2.6 tree.  Its filename is

     usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From sfr@canb.auug.org.au  Fri Jun  6 15:16:28 2008
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Fri, 23 May 2008 16:37:58 +1000
Subject: USB: ohci-ppc-of: use linux/of_platform.h instead of asm
To: Sylvain Munaut <tnt@246tNt.com>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>, Greg KH <greg@kroah.com>
Message-ID: <20080523163758.4edcdef4.sfr@canb.auug.org.au>



Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/usb/host/ohci-ppc-of.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -14,8 +14,8 @@
  */
 
 #include <linux/signal.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/prom.h>
 
 


Patches currently in gregkh-2.6 which might be from sfr@canb.auug.org.au are

bad/battery-class-driver.patch
usb/usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch

  reply	other threads:[~2008-06-06 22:58 UTC|newest]

Thread overview: 29+ 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
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-06-27  4:58   ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Jeff Garzik
2008-07-02  7:55     ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-07-03  1:28       ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Stephen Rothwell
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: use linux/of_{device,platform}.h " 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   ` gregkh [this message]
2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h " 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=12127927494073@kroah.org \
    --to=gregkh@suse.de \
    --cc=greg@kroah.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tnt@246tNt.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).