Skip to content

Commit 94c1c0a

Browse files
committed
ARM: omap1: add missing include
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] Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi> Link: https://lore.kernel.org/r/20230516153109.514251-8-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent ecd2a57 commit 94c1c0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-omap1/serial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <asm/mach-types.h>
2121

22+
#include "common.h"
2223
#include "serial.h"
2324
#include "mux.h"
2425
#include "pm.h"

0 commit comments

Comments
 (0)