mtd-utils: Mark some lzma functions as static
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 30 Mar 2018 11:19:18 +0000 (13:19 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 3 Apr 2018 21:26:45 +0000 (23:26 +0200)
commit56d0dd56e9c6efa79d03b6417dc0ae5449343001
tree4a874acd532e15cedbdbd240b5aedd0b348261d7
parentde79f4ab882b2955432eb8104fd5426745262e83
mtd-utils: Mark some lzma functions as static

These functions are not declared in any header file and only used in
same compile unit, mark them as static to remove one gcc warning and
make it easier for the compiler to optimize them out.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/utils/mtd-utils/patches/130-lzma_jffs2.patch