Fix compile errors due to functions not being
defined static
Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
--- linux-2.6.16-rc5/drivers/usb/host/ohci-s3c2410.c2006-02-28
09:04:58.0 +
+++ linux-2.6.15-simtec1/drivers/usb/host/ohci-s3c2410.c2006-02-28
18:27:58.0 +000
On Sat, Jul 31, 2004 at 03:00:07PM -0700, Matthew Dharm wrote:
> This patch is originally from Christoph Hellwig.
>
> This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from
> the SCSI data direction constants to the DMA ones.
>
> It also switches to the proper (or so they tel
On Sat, Jul 31, 2004 at 03:49:38PM -0700, Pete Zaitcev wrote:
> On Sat, 31 Jul 2004 15:00:07 -0700
> Matthew Dharm <[EMAIL PROTECTED]> wrote:
>
> > This patch is originally from Christoph Hellwig.
> > Signed-off-by: Matthew Dharm <[EMAIL PROTECTED]>
>
> Looks fine by me.
>
> Why does it say "cle
On Sat, 31 Jul 2004 15:00:07 -0700
Matthew Dharm <[EMAIL PROTECTED]> wrote:
> This patch is originally from Christoph Hellwig.
> Signed-off-by: Matthew Dharm <[EMAIL PROTECTED]>
Looks fine by me.
Why does it say "cleanups, mostly" in the subject?
I have not found any behaviour changes.
-- Pete
This patch is originally from Christoph Hellwig.
This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from
the SCSI data direction constants to the DMA ones.
It also switches to the proper (or so they tell me) use of
headers. This also includes some additional reshuffling to a
Some minor cleanups. First, some locking in the bus-reset. Next, we move
current_sg into struct us_data (why make more memory allocation issues for
ourselves?). Next, we change sm_state into a normal variable, since it
shouldn't require atomic_t anytmore. Finally, we remove some references to
a