aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/sysfs/mount.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-22 16:21:53 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-23 10:19:23 +0100
commit78fae52cf46680e310cae168ff7bc88912350878 (patch)
treedb8032560651937c64ab887eb05f992a48d60f65 /fs/sysfs/mount.c
parentsysfs: use SPDX identifiers (diff)
downloadwireguard-linux-78fae52cf46680e310cae168ff7bc88912350878.tar.xz
wireguard-linux-78fae52cf46680e310cae168ff7bc88912350878.zip
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>
Diffstat (limited to 'fs/sysfs/mount.c')
-rw-r--r--fs/sysfs/mount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index 1823a1be492e..b428d317ae92 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 <linux/fs.h>
#include <linux/magic.h>
#include <linux/mount.h>