linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Needed include in usb/gadget/net2280
@ 2003-08-31  1:18 Felipe W Damasio
  2003-09-02 17:38 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe W Damasio @ 2003-08-31  1:18 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

	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,

Felipe
-- 
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html

[-- Attachment #2: net2280-include.patch --]
[-- Type: text/plain, Size: 466 bytes --]

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Needed include in usb/gadget/net2280
  2003-08-31  1:18 [PATCH] Needed include in usb/gadget/net2280 Felipe W Damasio
@ 2003-09-02 17:38 ` Greg KH
  2003-09-03 12:56   ` Felipe W Damasio
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2003-09-02 17:38 UTC (permalink / raw)
  To: Felipe W Damasio; +Cc: linux-kernel

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Needed include in usb/gadget/net2280
  2003-09-02 17:38 ` Greg KH
@ 2003-09-03 12:56   ` Felipe W Damasio
  2003-09-03 16:30     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe W Damasio @ 2003-09-03 12:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

	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/patch@1.1406.3.1?nav=index.html|ChangeSet@-1d|cset@1.1406.3.1

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

	Cheers,

Felipe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Needed include in usb/gadget/net2280
  2003-09-03 12:56   ` Felipe W Damasio
@ 2003-09-03 16:30     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2003-09-03 16:30 UTC (permalink / raw)
  To: Felipe W Damasio; +Cc: linux-kernel

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/patch@1.1406.3.1?nav=index.html|ChangeSet@-1d|cset@1.1406.3.1

Why that changeset?

Why not the changeset associated with this file:
  http://linux.bkbits.net:8080/linux-2.5/diffs/drivers/usb/gadget/net2280.c@1.15
  
> 	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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-03 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-31  1:18 [PATCH] Needed include in usb/gadget/net2280 Felipe W Damasio
2003-09-02 17:38 ` Greg KH
2003-09-03 12:56   ` Felipe W Damasio
2003-09-03 16:30     ` Greg KH

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).