public inbox for linux-kernel@vger.kernel.org
 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

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