From: Greg Kroah-Hartman Date: Mon, 22 Jan 2018 15:21:53 +0000 (+0100) Subject: sysfs: remove DEBUG defines X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78fae52cf46680e310cae168ff7bc88912350878;p=linux.git 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 --- diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index c9877fc1c5fe1..58eba92a0e41f 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c @@ -10,7 +10,6 @@ */ #define pr_fmt(fmt) "sysfs: " fmt -#undef DEBUG #include #include diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index 1823a1be492e6..b428d317ae92a 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c @@ -9,8 +9,6 @@ * Please see Documentation/filesystems/sysfs.txt for more information. */ -#define DEBUG - #include #include #include