diff mbox series

ARM: ep93xx: Make ts72xx_register_flash() static

Message ID 20220523065616.325052-1-alexander.sverdlin@gmail.com (mailing list archive)
State Accepted
Commit 75577fbecb2e6e5f633445f01006886c51dc7e76
Headers show
Series ARM: ep93xx: Make ts72xx_register_flash() static | expand

Commit Message

Alexander Sverdlin May 23, 2022, 6:56 a.m. UTC
... and fix the warning/error:

arch/arm/mach-ep93xx/ts72xx.c:154:13: error: no previous prototype for function 'ts72xx_register_flash' [-Werror,-Wmissing-prototypes]
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
            ^
arch/arm/mach-ep93xx/ts72xx.c:154:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
^
static

Link: https://lore.kernel.org/lkml/202202140141.HRZ3WZwi-lkp@intel.com/T/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
---
 arch/arm/mach-ep93xx/ts72xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org May 27, 2022, 2:20 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 23 May 2022 08:56:16 +0200 you wrote:
> ... and fix the warning/error:
> 
> arch/arm/mach-ep93xx/ts72xx.c:154:13: error: no previous prototype for function 'ts72xx_register_flash' [-Werror,-Wmissing-prototypes]
> void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
>             ^
> arch/arm/mach-ep93xx/ts72xx.c:154:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
> void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
> ^
> static
> 
> [...]

Here is the summary with links:
  - ARM: ep93xx: Make ts72xx_register_flash() static
    https://git.kernel.org/soc/soc/c/75577fbecb2e

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index e70bac011407..d3de7283ecb3 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -150,7 +150,7 @@  static struct platform_device ts72xx_nand_flash = {
 	.num_resources		= ARRAY_SIZE(ts72xx_nand_resource),
 };
 
-void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
+static void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
 				  resource_size_t start)
 {
 	/*