]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hwmon: (tmp513) Don't use "proxy" headers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 28 Nov 2023 18:06:02 +0000 (20:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Dec 2024 12:52:57 +0000 (13:52 +0100)
commitd2aa3d50147e10a860062ec416280d22e5706a3f
treecffedb6095e4997ddb7a4692d2d825705defa371
parent65501a4fd84ecdc0af863dbb37759242aab9f2dd
hwmon: (tmp513) Don't use "proxy" headers

[ Upstream commit 5d9ad4e0fa7cc27199fdb94beb6ec5f655ba9489 ]

The driver uses math.h and not util_macros.h.

All the same for the kernel.h, replace it with what the driver is using.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231128180654.395692-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Stable-dep-of: 74d7e038fd07 ("hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Registers")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/tmp513.c