speedtch speedtch.c,1.37,1.38 usb_atm.c,1.10,1.11

Duncan Sands duncan at infradead.org
Tue Nov 23 10:23:31 EST 2004


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv25170

Modified Files:
	speedtch.c usb_atm.c 
Log Message:
We need to #include config.h, otherwise there is no longer any debug output
(it used to work - so I guess we used to get it accidentally via some other
#include).


Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- speedtch.c	18 Oct 2004 08:16:05 -0000	1.37
+++ speedtch.c	23 Nov 2004 15:23:28 -0000	1.38
@@ -21,6 +21,7 @@
  *
  ******************************************************************************/
 
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/gfp.h>

Index: usb_atm.c
===================================================================
RCS file: /home/cvs/speedtch/usb_atm.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- usb_atm.c	14 Oct 2004 11:17:34 -0000	1.10
+++ usb_atm.c	23 Nov 2004 15:23:28 -0000	1.11
@@ -62,6 +62,7 @@
  *
  */
 
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/kernel.h>




More information about the Usbatm-commits mailing list