Commit 36e6c69f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: hcd.c: move #ifdef CONFIG_USB_DEBUG statement around a bit.

parent 8959bd88
......@@ -23,16 +23,14 @@
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kernel.h>
#ifdef CONFIG_USB_DEBUG
# define DEBUG
#else
# undef DEBUG
#define DEBUG
#endif
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/completion.h>
#include <linux/uts.h> /* for UTS_SYSNAME */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment