summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/setup.h
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@kernel.org>2023-08-13 04:23:59 +0300
committerVineet Gupta <vgupta@kernel.org>2023-08-14 02:53:02 +0300
commit4d3696801bad2a037832c15a8d21dfe0c529d9cd (patch)
tree3944d811d0e280b59a40914d4eb59604f6d393ed /arch/arc/include/asm/setup.h
parent2ccdd1b13c591d306f0401d98dedc4bdcd02b421 (diff)
downloadlinux-4d3696801bad2a037832c15a8d21dfe0c529d9cd.tar.xz
ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes. [1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/include/asm/setup.h')
-rw-r--r--arch/arc/include/asm/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/include/asm/setup.h b/arch/arc/include/asm/setup.h
index 028a8cf76206..374138832c5a 100644
--- a/arch/arc/include/asm/setup.h
+++ b/arch/arc/include/asm/setup.h
@@ -42,4 +42,6 @@ extern void arc_cache_init(void);
extern char *arc_cache_mumbojumbo(int cpu_id, char *buf, int len);
extern void read_decode_cache_bcr(void);
+extern void __init handle_uboot_args(void);
+
#endif /* __ASMARC_SETUP_H */