diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-22 16:21:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-23 10:19:23 +0100 |
commit | 78fae52cf46680e310cae168ff7bc88912350878 (patch) | |
tree | db8032560651937c64ab887eb05f992a48d60f65 /fs/sysfs/dir.c | |
parent | 619daeeeb80f39bb037434598e489a88db14a95b (diff) | |
download | linux-78fae52cf46680e310cae168ff7bc88912350878.tar.bz2 |
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/dir.c')
-rw-r--r-- | fs/sysfs/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index c9877fc1c5fe..58eba92a0e41 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c @@ -10,7 +10,6 @@ */ #define pr_fmt(fmt) "sysfs: " fmt -#undef DEBUG #include <linux/fs.h> #include <linux/kobject.h> |