From: Adrian Bunk <bunk@kernel.org>
Date: Mon, 14 Apr 2008 14:20:30 +0000 (+0300)
Subject: [MTD] [NOR] cfi_cmdset_0020.c: make a function static
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb8e31831a603f285ee9e6ffc59d5366e0ff8a8e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[MTD] [NOR] cfi_cmdset_0020.c: make a function static

This patch makes the needlessly global cfi_staa_erase_varsize() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
---

diff --git a/drivers/mtd/chips/cfi_cmdset_0020.c b/drivers/mtd/chips/cfi_cmdset_0020.c
index 669caebba451..1b720cc571f3 100644
--- a/drivers/mtd/chips/cfi_cmdset_0020.c
+++ b/drivers/mtd/chips/cfi_cmdset_0020.c
@@ -893,7 +893,8 @@ retry:
 	return ret;
 }
 
-int cfi_staa_erase_varsize(struct mtd_info *mtd, struct erase_info *instr)
+static int cfi_staa_erase_varsize(struct mtd_info *mtd,
+				  struct erase_info *instr)
 {	struct map_info *map = mtd->priv;
 	struct cfi_private *cfi = map->fldrv_priv;
 	unsigned long adr, len;