disk: dos: make some functions static
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 23 Dec 2020 12:55:13 +0000 (13:55 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 20:32:47 +0000 (15:32 -0500)
commitcb571f91c642af68a807a2f24e6146e8b77f5f93
tree009bcdece9cc013ec1ac3c5374dbf62c8665f8ec
parent97163dd1ac5bff3823106ee33c3f34177e3c82d7
disk: dos: make some functions static

Make functions not used outside this file static.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
[trini: Use __maybe_unused as there are cases they may not be used]
Signed-off-by: Tom Rini <trini@konsulko.com>
disk/part_dos.c