mtd: lpddr_cmds: make function static
authorBrian Norris <computersforpeace@gmail.com>
Wed, 28 Aug 2013 18:19:05 +0000 (11:19 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Sun, 27 Oct 2013 23:27:03 +0000 (16:27 -0700)
commit535ab9033433c00116e446beaac96503c7282fd1
tree5af8cc3f72dc9213d5bebc5852fb19bed5e9a8c9
parent6b7368c2305657c5b94ff18f2c8c8a6d7040b45a
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 <computersforpeace@gmail.com>
drivers/mtd/lpddr/lpddr_cmds.c