]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: ubi: Make ubi_detach() static
authorStefan Roese <sr@denx.de>
Wed, 31 Oct 2018 11:37:20 +0000 (12:37 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Nov 2018 06:09:52 +0000 (11:39 +0530)
commit928ea71f35073d613e4fdee75f659406a3915c26
tree345418bf13b6103b8e4188a53681d7b547002571
parent22b0ed27b0e1790f1b8bf1bde14cc656020d1acc
cmd: ubi: Make ubi_detach() static

Its only called from this file, so make it static. While at it, remove
some occurances of multiple blank lines as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
cmd/ubi.c