summaryrefslogtreecommitdiff
path: root/list_sort.h
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-02-13 11:24:33 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2017-02-13 11:24:33 +0000
commit4305d024938113df5d73021a09eb2a991f54ca2f (patch)
treed9e7ecc9db14bcc1394607a9e6c644a8b93e9bea /list_sort.h
parente693f0e4ffb1776a05b78264ee3d93d5f07efede (diff)
New upstream release Closes: #849353, #817806, #854915, #845473
Diffstat (limited to 'list_sort.h')
-rw-r--r--list_sort.h14
1 files changed, 0 insertions, 14 deletions
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