common: Move sorting functions to their own header file
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:19 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:08 +0000 (18:23 -0500)
commit8bef79bf3c30cd1fc5367cc1f78f72e6552629e9
tree318647c77cc039fd2a0e8d611c2156027a3c4691
parentf083583786913de7652312c137dd4fea5c2e291f
common: Move sorting functions to their own header file

These don't need to be in common.h so move them out into a new header.
Also add some missing comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/efi.c
common/bootstage.c
env/common.c
fs/yaffs2/yaffs_qsort.c
include/common.h
include/sort.h [new file with mode: 0644]
lib/hashtable.c
lib/qsort.c