commit | 16ff570f619eaaacef447c6a391c6740b709159a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:19 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:08 2019 -0500 |
tree | 318647c77cc039fd2a0e8d611c2156027a3c4691 | |
parent | 6853b167c42b66323359394c48f61bb4b0692611 [diff] [blame] |
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>
diff --git a/fs/yaffs2/yaffs_qsort.c b/fs/yaffs2/yaffs_qsort.c index b463569..32c767f 100644 --- a/fs/yaffs2/yaffs_qsort.c +++ b/fs/yaffs2/yaffs_qsort.c
@@ -5,6 +5,7 @@ */ #include "yportenv.h" +#include <sort.h> /* #include <linux/string.h> */ /*