ARM: s3c: irq-s3c24xx: include headers for missing declarations
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 6 Feb 2021 13:36:14 +0000 (14:36 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 8 Feb 2021 17:09:30 +0000 (18:09 +0100)
commit49dc85ca3c78d938d9eb41e05efcd85c92626e84
treee7da1aae27aa36a2a43a3e204defede2b2795fc7
parent7f9942c61fa60eda7cc8e42f04bd25b7d175876e
ARM: s3c: irq-s3c24xx: include headers for missing declarations

Include headers to fix W=1 build warnings:

  arch/arm/mach-s3c/irq-s3c24xx.c:389:5: warning:
    no previous prototype for ‘s3c24xx_set_fiq’ [-Wmissing-prototypes]
  arch/arm/mach-s3c/irq-s3c24xx.c:683:13: warning:
    no previous prototype for ‘s3c2410_init_irq’ [-Wmissing-prototypes]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20210206133615.119804-1-krzk@kernel.org
arch/arm/mach-s3c/irq-s3c24xx.c