commit | 535ab9033433c00116e446beaac96503c7282fd1 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Aug 28 11:19:05 2013 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Oct 27 16:27:03 2013 -0700 |
tree | 5af8cc3f72dc9213d5bebc5852fb19bed5e9a8c9 | |
parent | 6b7368c2305657c5b94ff18f2c8c8a6d7040b45a [diff] |
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>