Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (qnap-mcu) Remove (explicitly) unused header

The fwnode.h is not supposed to be used by the drivers as it
has the definitions for the core parts for different device
property provider implementations. Drop it.

Note, that fwnode API for drivers is provided in property.h
which is included here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250331070600.3985850-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Andy Shevchenko and committed by
Guenter Roeck
f2053eea 9c32cda4

-1
-1
drivers/hwmon/qnap-mcu-hwmon.c
··· 6 6 * Copyright (C) 2024 Heiko Stuebner <heiko@sntech.de> 7 7 */ 8 8 9 - #include <linux/fwnode.h> 10 9 #include <linux/hwmon.h> 11 10 #include <linux/mfd/qnap-mcu.h> 12 11 #include <linux/module.h>