2003-08-31 01:14:11

by Felipe W Damasio

[permalink] [raw]
Subject: [PATCH] Needed include in usb/gadget/net2280

diff -ur linux-2.6.0-test4/drivers/usb/gadget/net2280.c linux-2.6.0-test4-fwd/drivers/usb/gadget/net2280.c
--- linux-2.6.0-test4/drivers/usb/gadget/net2280.c Fri Aug 22 20:51:41 2003
+++ linux-2.6.0-test4-fwd/drivers/usb/gadget/net2280.c Sat Aug 30 22:13:44 2003
@@ -53,6 +53,7 @@
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
+#include <linux/version.h>
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/sched.h>


Attachments:
net2280-include.patch (466.00 B)

2003-09-02 17:49:28

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] Needed include in usb/gadget/net2280

On Sat, Aug 30, 2003 at 10:18:20PM -0300, Felipe W Damasio wrote:
> Hi Greg,
>
> Attached is a trivial patch which includes the needed
> linux/version.h header file.
>
> This is based on Randy's checkversion.pl script.
>
> Please consider applying.

Thanks, but I already have this change in my USB tree. I'll push them
all to Linus later today.

greg k-h

2003-09-03 12:54:47

by Felipe W Damasio

[permalink] [raw]
Subject: Re: [PATCH] Needed include in usb/gadget/net2280

Hi Greg,

Greg KH wrote:
> On Sat, Aug 30, 2003 at 10:18:20PM -0300, Felipe W Damasio wrote:
>
>> Hi Greg,
>>
>> Attached is a trivial patch which includes the needed
>> linux/version.h header file.
>>
>> This is based on Randy's checkversion.pl script.
>>
>> Please consider applying.
>
>
> Thanks, but I already have this change in my USB tree. I'll push them
> all to Linus later today.

I couldn't find this patch on your merge with Linus:

http://linux.bkbits.net:8080/linux-2.5/[email protected]?nav=index.html|ChangeSet@-1d|[email protected]

Or you're talking about another USB tree merge with Linus? :)

Cheers,

Felipe

2003-09-03 16:32:10

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] Needed include in usb/gadget/net2280

On Wed, Sep 03, 2003 at 09:56:08AM -0300, Felipe W Damasio wrote:
> Hi Greg,
>
> Greg KH wrote:
> >On Sat, Aug 30, 2003 at 10:18:20PM -0300, Felipe W Damasio wrote:
> >
> >> Hi Greg,
> >>
> >> Attached is a trivial patch which includes the needed
> >> linux/version.h header file.
> >>
> >> This is based on Randy's checkversion.pl script.
> >>
> >> Please consider applying.
> >
> >
> >Thanks, but I already have this change in my USB tree. I'll push them
> >all to Linus later today.
>
> I couldn't find this patch on your merge with Linus:
>
> http://linux.bkbits.net:8080/linux-2.5/[email protected]?nav=index.html|ChangeSet@-1d|[email protected]

Why that changeset?

Why not the changeset associated with this file:
http://linux.bkbits.net:8080/linux-2.5/diffs/drivers/usb/gadget/[email protected]

> Or you're talking about another USB tree merge with Linus? :)

Nope, it was also in the list of patches I sent him yesterday, and is
already in 2.6.0-test4-bk5.

thanks,

greg k-h