* [PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h
@ 2022-02-02 20:55 Andy Shevchenko
2022-02-05 17:33 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2022-02-02 20:55 UTC (permalink / raw)
To: Andy Shevchenko, linux-iio, linux-kernel
Cc: Crt Mori, Jonathan Cameron, Lars-Peter Clausen
There is nothing directly using of specific interfaces in this driver,
so lets not include the headers.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/iio/temperature/mlx90632.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c
index 608ccb1d8bc8..7ee7ff8047a4 100644
--- a/drivers/iio/temperature/mlx90632.c
+++ b/drivers/iio/temperature/mlx90632.c
@@ -13,9 +13,9 @@
#include <linux/iopoll.h>
#include <linux/kernel.h>
#include <linux/limits.h>
+#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/math64.h>
-#include <linux/of.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h
2022-02-02 20:55 [PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h Andy Shevchenko
@ 2022-02-05 17:33 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-02-05 17:33 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: linux-iio, linux-kernel, Crt Mori, Lars-Peter Clausen
On Wed, 2 Feb 2022 22:55:31 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
> There is nothing directly using of specific interfaces in this driver,
> so lets not include the headers.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied
Thanks,
> ---
> drivers/iio/temperature/mlx90632.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c
> index 608ccb1d8bc8..7ee7ff8047a4 100644
> --- a/drivers/iio/temperature/mlx90632.c
> +++ b/drivers/iio/temperature/mlx90632.c
> @@ -13,9 +13,9 @@
> #include <linux/iopoll.h>
> #include <linux/kernel.h>
> #include <linux/limits.h>
> +#include <linux/mod_devicetable.h>
> #include <linux/module.h>
> #include <linux/math64.h>
> -#include <linux/of.h>
> #include <linux/pm_runtime.h>
> #include <linux/regmap.h>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-05 17:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 20:55 [PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h Andy Shevchenko
2022-02-05 17:33 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox