summaryrefslogtreecommitdiff
path: root/package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h')
-rw-r--r--package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h b/package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h
deleted file mode 100644
index e3f61b1e7..000000000
--- a/package/mtd-utils/patches/patch-ubifs-utils_mkfs_ubifs_defs_h
+++ /dev/null
@@ -1,18 +0,0 @@
---- mtd-utils-2.0.0.orig/ubifs-utils/mkfs.ubifs/defs.h 2016-07-12 14:16:45.000000000 +0200
-+++ mtd-utils-2.0.0/ubifs-utils/mkfs.ubifs/defs.h 2017-04-26 01:55:07.000000000 +0200
-@@ -39,6 +39,7 @@ struct qstr
- size_t len;
- };
-
-+#ifndef __APPLE__
- /**
- * fls - find last (most-significant) bit set
- * @x: the word to search
-@@ -74,6 +75,7 @@ static inline int fls(int x)
- }
- return r;
- }
-+#endif
-
- #define do_div(n,base) ({ \
- int __res; \