提交 78fae52c 编写于 作者: G Greg Kroah-Hartman

sysfs: remove DEBUG defines

It isn't needed at all in these files, dynamic debug is the best way to
enable this type of thing, if you really want it.  As it is, these
defines were not doing anything at all.
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 619daeee
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*/ */
#define pr_fmt(fmt) "sysfs: " fmt #define pr_fmt(fmt) "sysfs: " fmt
#undef DEBUG
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/kobject.h> #include <linux/kobject.h>
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
* Please see Documentation/filesystems/sysfs.txt for more information. * Please see Documentation/filesystems/sysfs.txt for more information.
*/ */
#define DEBUG
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/magic.h> #include <linux/magic.h>
#include <linux/mount.h> #include <linux/mount.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册