forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/block/partitions/karma.c
....@@ -8,9 +8,10 @@
88 */
99
1010 #include "check.h"
11
-#include "karma.h"
1211 #include <linux/compiler.h>
1312
13
+#define KARMA_LABEL_MAGIC 0xAB56
14
+
1415 int karma_partition(struct parsed_partitions *state)
1516 {
1617 int i;