hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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;