diff mbox

[08/23] UBI: Fastmap: make ubi_is_fm_block() static

Message ID 1338563804-85990-9-git-send-email-richard@nod.at
State New, archived
Headers show

Commit Message

Richard Weinberger June 1, 2012, 3:16 p.m. UTC
Signed-off-by: Richard Weinberger <richard@nod.at>
---
 drivers/mtd/ubi/wl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
index 0b1cabc..0e4d935 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -166,7 +166,7 @@  static int self_check_in_pq(const struct ubi_device *ubi,
  *  @ubi: UBI device description object
  *  @pnum: the to be checked PEB
  */
-int ubi_is_fm_block(struct ubi_device *ubi, int pnum)
+static int ubi_is_fm_block(struct ubi_device *ubi, int pnum)
 {
 	int i;