diff options
Diffstat (limited to 'block/partitions/karma.c')
| -rw-r--r-- | block/partitions/karma.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/block/partitions/karma.c b/block/partitions/karma.c index 9721fa589bb1..4d93512f4bd4 100644 --- a/block/partitions/karma.c +++ b/block/partitions/karma.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * fs/partitions/karma.c * Rio Karma partition info. @@ -7,9 +8,10 @@ */ #include "check.h" -#include "karma.h" #include <linux/compiler.h> +#define KARMA_LABEL_MAGIC 0xAB56 + int karma_partition(struct parsed_partitions *state) { int i; |
