Commit f6d17358 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

block: remove block/partitions/karma.h

Just move the single define to block/partitions/karma.c.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 3f1b95ef
...@@ -8,9 +8,10 @@ ...@@ -8,9 +8,10 @@
*/ */
#include "check.h" #include "check.h"
#include "karma.h"
#include <linux/compiler.h> #include <linux/compiler.h>
#define KARMA_LABEL_MAGIC 0xAB56
int karma_partition(struct parsed_partitions *state) int karma_partition(struct parsed_partitions *state)
{ {
int i; int i;
......
/* SPDX-License-Identifier: GPL-2.0 */
/*
* fs/partitions/karma.h
*/
#define KARMA_LABEL_MAGIC 0xAB56
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment