kernel/block/partitions/karma.c
.. .. @@ -8,9 +8,10 @@ 8 8 */ 9 9 10 10 #include "check.h" 11 -#include "karma.h"12 11 #include <linux/compiler.h> 13 12 13 +#define KARMA_LABEL_MAGIC 0xAB5614 +14 15 int karma_partition(struct parsed_partitions *state) 15 16 { 16 17 int i;