From 4305d024938113df5d73021a09eb2a991f54ca2f Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 13 Feb 2017 11:24:33 +0000 Subject: New upstream release Closes: #849353, #817806, #854915, #845473 --- list_sort.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 list_sort.h (limited to 'list_sort.h') diff --git a/list_sort.h b/list_sort.h deleted file mode 100644 index 987cd5c4..00000000 --- a/list_sort.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * taken from linux kernel include/list_sort.h - */ -#ifndef _LINUX_LIST_SORT_H -#define _LINUX_LIST_SORT_H - -#include "kerncompat.h" - -struct list_head; - -void list_sort(void *priv, struct list_head *head, - int (*cmp)(void *priv, struct list_head *a, - struct list_head *b)); -#endif -- cgit v1.2.3