* [PATCH] Fix OHCI HCD build for PNX 8550
@ 2006-06-07 13:59 Ralf Baechle
2006-06-07 14:27 ` [linux-usb-devel] " David Brownell
0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2006-06-07 13:59 UTC (permalink / raw)
To: gregkh, linux-usb-devel, dbrownell, linux-mips
The PNX8550 OHCI is a platform device so we better include the necessary
headers.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/usb/host/ohci-pnx8550.c b/drivers/usb/host/ohci-pnx8550.c
index db9c5db..ed242e7 100644
--- a/drivers/usb/host/ohci-pnx8550.c
+++ b/drivers/usb/host/ohci-pnx8550.c
@@ -23,7 +23,7 @@
* This file is licenced under the GPL.
*/
-#include <linux/device.h>
+#include <linux/platform_device.h>
#include <asm/mach-pnx8550/usb.h>
#include <asm/mach-pnx8550/int.h>
#include <asm/mach-pnx8550/pci.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] [PATCH] Fix OHCI HCD build for PNX 8550
2006-06-07 13:59 [PATCH] Fix OHCI HCD build for PNX 8550 Ralf Baechle
@ 2006-06-07 14:27 ` David Brownell
2006-06-07 14:37 ` Ralf Baechle
0 siblings, 1 reply; 4+ messages in thread
From: David Brownell @ 2006-06-07 14:27 UTC (permalink / raw)
To: linux-usb-devel; +Cc: Ralf Baechle, gregkh, linux-mips
On Wednesday 07 June 2006 6:59 am, Ralf Baechle wrote:
> The PNX8550 OHCI is a platform device so we better include the necessary
> headers.
PNX ohci support has not been submitted upstream yet... just merge this
with that patch before submitting.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] [PATCH] Fix OHCI HCD build for PNX 8550
2006-06-07 14:27 ` [linux-usb-devel] " David Brownell
@ 2006-06-07 14:37 ` Ralf Baechle
2006-06-07 14:56 ` Pete Popov
0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2006-06-07 14:37 UTC (permalink / raw)
To: David Brownell; +Cc: linux-usb-devel, gregkh, linux-mips
On Wed, Jun 07, 2006 at 07:27:56AM -0700, David Brownell wrote:
> On Wednesday 07 June 2006 6:59 am, Ralf Baechle wrote:
> > The PNX8550 OHCI is a platform device so we better include the necessary
> > headers.
>
> PNX ohci support has not been submitted upstream yet... just merge this
> with that patch before submitting.
Whops. Well, I discovered alot more breakage that this one so I'll
abstain and leave the fixing to others that actually have hardware ...
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] [PATCH] Fix OHCI HCD build for PNX 8550
2006-06-07 14:37 ` Ralf Baechle
@ 2006-06-07 14:56 ` Pete Popov
0 siblings, 0 replies; 4+ messages in thread
From: Pete Popov @ 2006-06-07 14:56 UTC (permalink / raw)
To: Ralf Baechle; +Cc: David Brownell, linux-usb-devel, gregkh, linux-mips
On Wed, 2006-06-07 at 15:37 +0100, Ralf Baechle wrote:
> On Wed, Jun 07, 2006 at 07:27:56AM -0700, David Brownell wrote:
>
> > On Wednesday 07 June 2006 6:59 am, Ralf Baechle wrote:
> > > The PNX8550 OHCI is a platform device so we better include the necessary
> > > headers.
> >
> > PNX ohci support has not been submitted upstream yet... just merge this
> > with that patch before submitting.
>
> Whops. Well, I discovered alot more breakage that this one so I'll
> abstain and leave the fixing to others that actually have hardware ...
I'll talk to Philips to see how they want to handle the maintenance of
the 8550.
Thanks,
Pete
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-07 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-07 13:59 [PATCH] Fix OHCI HCD build for PNX 8550 Ralf Baechle
2006-06-07 14:27 ` [linux-usb-devel] " David Brownell
2006-06-07 14:37 ` Ralf Baechle
2006-06-07 14:56 ` Pete Popov
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.