aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/mergesort.c
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:11:05 -0600
committerTom Rini2024-05-06 15:05:04 -0600
commit8d28959d700aa537650b5e62c63d49d3b807e809 (patch)
treee764b0526dff007aedbe4d99c96b8a2b40614544 /fs/jffs2/mergesort.c
parent26d4114da22272937c899d67b51498559ba312d2 (diff)
fs: Remove <common.h> and add needed includes
Remove <common.h> from all "fs/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'fs/jffs2/mergesort.c')
-rw-r--r--fs/jffs2/mergesort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jffs2/mergesort.c b/fs/jffs2/mergesort.c
index fca77aa6511..495937d792d 100644
--- a/fs/jffs2/mergesort.c
+++ b/fs/jffs2/mergesort.c
@@ -7,7 +7,6 @@
* http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
*/
-#include <common.h>
#include "jffs2_private.h"
int sort_list(struct b_list *list)