Commit b9917456 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] kernel.h: changed #if DEBUG to #ifdef DEBUG to play nicer with compilers.

parent 640ffc75
......@@ -105,7 +105,7 @@ extern const char *print_tainted(void);
extern void dump_stack(void);
#if DEBUG
#ifdef DEBUG
#define pr_debug(fmt,arg...) \
printk(KERN_DEBUG fmt,##arg)
#else
......
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