All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.