speedtch usbatm.h,1.28,1.29
Duncan Sands
duncan at infradead.org
Tue Jan 10 12:05:47 EST 2006
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv31441
Modified Files:
usbatm.h
Log Message:
Align with the kernel tree - remove CONFIG_USB_DEBUG -> DEBUG logic.
Index: usbatm.h
===================================================================
RCS file: /home/cvs/speedtch/usbatm.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- usbatm.h 20 Nov 2005 13:34:07 -0000 1.28
+++ usbatm.h 10 Jan 2006 17:05:45 -0000 1.29
@@ -28,7 +28,6 @@
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/completion.h>
-#include <linux/config.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/kref.h>
@@ -37,14 +36,9 @@
#include <linux/usb.h>
/*
-#define DEBUG
#define VERBOSE_DEBUG
*/
-#if !defined (DEBUG) && (defined (CONFIG_USB_DEBUG) || defined (VERBOSE_DEBUG))
-# define DEBUG
-#endif
-
#ifdef DEBUG
#define UDSL_ASSERT(x) BUG_ON(!(x))
#else
More information about the Usbatm-commits
mailing list