hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdef
authorAleksa Savic <savicaleksa83@gmail.com>
Sat, 16 Dec 2023 14:07:54 +0000 (15:07 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 2 Jan 2024 16:44:57 +0000 (08:44 -0800)
commitf60b9d405f49c8c9cd95e95fb1df02d9e61f89b2
tree5f64a5f52b98dabc186affdff88645eb0662ca8c
parent4ec21eeac4772e2d931103599569ff010c5b405e
hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdef

Remove the #ifdef check for CONFIG_DEBUG_FS and the empty variant
of aqc_debugfs_init(), because the debugfs functions already do nothing
if debugfs isn't enabled.

Signed-off-by: Aleksa Savic <savicaleksa83@gmail.com>
Link: https://lore.kernel.org/r/20231216140754.336775-1-savicaleksa83@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/aquacomputer_d5next.c