From cfdcdb64484b1ba012d98e32184e9b1c4639e730 Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Mon, 18 Nov 2002 04:43:58 -0600 Subject: make sure DEBUG is #undef'd so it's really turned off ...since macro using it was changed from #if to #ifdef.. --- drivers/base/bus.c | 2 +- drivers/base/core.c | 2 +- drivers/base/driver.c | 2 +- drivers/base/hotplug.c | 2 +- drivers/base/intf.c | 2 +- drivers/base/power.c | 2 +- drivers/base/sys.c | 2 +- fs/sysfs/inode.c | 2 ++ lib/kobject.c | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/base/bus.c b/drivers/base/bus.c index 845c0a669f32..17145af25b1b 100644 --- a/drivers/base/bus.c +++ b/drivers/base/bus.c @@ -7,7 +7,7 @@ * */ -#define DEBUG 0 +#undef DEBUG #include #include diff --git a/drivers/base/core.c b/drivers/base/core.c index dd04ea679f02..d70221dd5f19 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -5,7 +5,7 @@ * 2002 Open Source Development Lab */ -#define DEBUG 0 +#undef DEBUG #include #include diff --git a/drivers/base/driver.c b/drivers/base/driver.c index 824ac9ee2e99..e4fd6a2214ec 100644 --- a/drivers/base/driver.c +++ b/drivers/base/driver.c @@ -3,7 +3,7 @@ * */ -#define DEBUG 0 +#undef DEBUG #include #include diff --git a/drivers/base/hotplug.c b/drivers/base/hotplug.c index 9a8a1a9b28f3..3499840e34b5 100644 --- a/drivers/base/hotplug.c +++ b/drivers/base/hotplug.c @@ -10,7 +10,7 @@ * */ -#define DEBUG 0 +#undef DEBUG #include #include diff --git a/drivers/base/intf.c b/drivers/base/intf.c index 1876c8f0a651..8675812ac019 100644 --- a/drivers/base/intf.c +++ b/drivers/base/intf.c @@ -2,7 +2,7 @@ * intf.c - class-specific interface management */ -#define DEBUG 1 +#undef DEBUG #include #include diff --git a/drivers/base/power.c b/drivers/base/power.c index 280ca6d777cf..1cd4027feffa 100644 --- a/drivers/base/power.c +++ b/drivers/base/power.c @@ -8,7 +8,7 @@ * */ -#define DEBUG 0 +#undef DEBUG #include #include diff --git a/drivers/base/sys.c b/drivers/base/sys.c index 3fcc2a6912bd..3745757f5b89 100644 --- a/drivers/base/sys.c +++ b/drivers/base/sys.c @@ -10,7 +10,7 @@ * add themselves as children of the system bus. */ -#define DEBUG 1 +#undef DEBUG #include #include diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index ad364d6aacb8..8f35216643fe 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c @@ -23,6 +23,8 @@ * Please see Documentation/filesystems/sysfs.txt for more information. */ +#undef DEBUG + #include #include #include diff --git a/lib/kobject.c b/lib/kobject.c index f0312a268192..bc202edb4e3b 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@ -2,7 +2,7 @@ * kobject.c - library routines for handling generic kernel objects */ -#define DEBUG 0 +#undef DEBUG #include #include -- cgit v1.2.3