]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (qnap-mcu) Remove (explicitly) unused header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 31 Mar 2025 07:06:00 +0000 (10:06 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Apr 2025 14:18:26 +0000 (07:18 -0700)
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>
drivers/hwmon/qnap-mcu-hwmon.c

index 29057514739c5cde3732b3bdb61cc61b02209fc2..e86e64c4d391afdcfc89c7521aa7a71edb141c1c 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (C) 2024 Heiko Stuebner <heiko@sntech.de>
  */
 
-#include <linux/fwnode.h>
 #include <linux/hwmon.h>
 #include <linux/mfd/qnap-mcu.h>
 #include <linux/module.h>