forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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;