hwmon: (k10temp) Take out debugfs code
authorGuenter Roeck <linux@roeck-us.net>
Tue, 8 Sep 2020 17:13:45 +0000 (10:13 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Sep 2020 16:42:41 +0000 (09:42 -0700)
commit8999eabf332acf13455f33006ea8678398b8c95e
tree5b2791361b4be6b7f725ab60e6cc1c9b51129642
parent7497d4a66c596fc8312cafe1b8d1e76ad2bc34c3
hwmon: (k10temp) Take out debugfs code

The debugfs code was intended to aid figuring out functionality
of undocumented registers. Turns out that wasn't very helpful,
since register locations change too much between AMD chip revisions,
and the data isn't really valuable for chips where it isn't already
supported. On top of that, its existence has been used as argument
for providing pseudo-API debugfs functions in other drivers.
So let's just take it out.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/k10temp.c