From 535ab9033433c00116e446beaac96503c7282fd1 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 28 Aug 2013 11:19:05 -0700 Subject: [PATCH] mtd: lpddr_cmds: make function static do_xxlock() is only used locally. This silences a sparse warning: drivers/mtd/lpddr/lpddr_cmds.c:706:5: warning: no previous prototype for 'do_xxlock' [-Wmissing-prototypes] Signed-off-by: Brian Norris --- Reading git-format-patch failed