sysfs: remove DEBUG defines
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 15:21:53 +0000 (16:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jan 2018 09:19:23 +0000 (10:19 +0100)
commit78fae52cf46680e310cae168ff7bc88912350878
treedb8032560651937c64ab887eb05f992a48d60f65
parent619daeeeb80f39bb037434598e489a88db14a95b
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>
fs/sysfs/dir.c
fs/sysfs/mount.c