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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2018-01-22 16:21:53 +01:00
parent 619daeeeb8
commit 78fae52cf4
2 changed files with 0 additions and 3 deletions

View file

@ -10,7 +10,6 @@
*/
#define pr_fmt(fmt) "sysfs: " fmt
#undef DEBUG
#include <linux/fs.h>
#include <linux/kobject.h>

View file

@ -9,8 +9,6 @@
* Please see Documentation/filesystems/sysfs.txt for more information.
*/
#define DEBUG
#include <linux/fs.h>
#include <linux/magic.h>
#include <linux/mount.h>