Re: [PATCH v2] hwmon: (lm75) Add explicit header include
From: Guenter Roeck
Date: Mon May 18 2026 - 07:16:06 EST
On Mon, May 18, 2026 at 10:23:37AM +0300, Flaviu Nistor wrote:
> Since device_property_read_string() is used in the probe function add
> explicit include for linux/mod_devicetable.h and linux/property.h rather
> than having implicit inclusions. Header linux/of.h can be removed and
> also of_match_ptr() improving non-Device Tree compatibility of the driver.
> Remove __maybe_unuse because it is not needed anymore.
>
> Signed-off-by: Flaviu Nistor <flaviu.nistor@xxxxxxxxx>
Applied.
Thanks,
Guenter