[PATCH 07/13] ARM: omap1: add missing include

Arnd Bergmann arnd at kernel.org
Tue May 16 08:31:03 PDT 2023


From: Arnd Bergmann <arnd at arndb.de>

The omap_serial_wakeup_init() declaration is not visible where it is
defined, so make sure "common.h" is included here, avoiding:

arch/arm/mach-omap1/serial.c:221:12: error: no previous prototype for 'omap_serial_wakeup_init' [-Werror=missing-prototypes]

Signed-off-by: Arnd Bergmann <arnd at arndb.de>
---
 arch/arm/mach-omap1/serial.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap1/serial.c b/arch/arm/mach-omap1/serial.c
index 96f59110d649..f25b94c86aec 100644
--- a/arch/arm/mach-omap1/serial.c
+++ b/arch/arm/mach-omap1/serial.c
@@ -19,6 +19,7 @@
 
 #include <asm/mach-types.h>
 
+#include "common.h"
 #include "serial.h"
 #include "mux.h"
 #include "pm.h"
-- 
2.39.2




More information about the linux-arm-kernel mailing list