dect
/
linux-2.6
Archived
13
0
Fork 0

USB: remove DEBUG definition from dummy_hcd

This patch (as958) removes an unneeded and unwanted #define line from
dummy_hcd.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Alan Stern 2007-08-08 17:16:12 -04:00 committed by Greg Kroah-Hartman
parent 1207cf84f2
commit 0bd307e1b9
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@
* bypassing some hardware (and driver) issues. UML could help too.
*/
#define DEBUG
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>