Thread (17 messages) 17 messages, 8 authors, 2023-04-05

Re: [PATCH 4/5] serial: 8250_tegra: Add explicit include for of.h

From: Jon Hunter <jonathanh@nvidia.com>
Date: 2023-03-30 08:51:50
Also in: linux-acpi, linux-devicetree, linux-iio, linux-serial, linux-staging, linux-tegra, linux-wireless, lkml

On 29/03/2023 22:20, Rob Herring wrote:
quoted hunk ↗ jump to hunk
With linux/acpi.h no longer implicitly including of.h, add an explicit
include of of.h to fix the following error:

drivers/tty/serial/8250/8250_tegra.c:68:15: error: implicit declaration of function 'of_alias_get_id' [-Werror=implicit-function-declaration]

Signed-off-by: Rob Herring <robh@kernel.org>
---
  drivers/tty/serial/8250/8250_tegra.c | 1 +
  1 file changed, 1 insertion(+)
diff --git a/drivers/tty/serial/8250/8250_tegra.c b/drivers/tty/serial/8250/8250_tegra.c
index e7cddeec9d8e..2509e7f74ccf 100644
--- a/drivers/tty/serial/8250/8250_tegra.c
+++ b/drivers/tty/serial/8250/8250_tegra.c
@@ -11,6 +11,7 @@
  #include <linux/delay.h>
  #include <linux/io.h>
  #include <linux/module.h>
+#include <linux/of.h>
  #include <linux/reset.h>
  #include <linux/slab.h>
  

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks!
Jon

-- 
nvpublic
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help