block: remove block/partitions/karma.h
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Mar 2020 07:25:22 +0000 (08:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Mar 2020 13:57:08 +0000 (07:57 -0600)
Just move the single define to block/partitions/karma.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/karma.c
block/partitions/karma.h [deleted file]

index 59812d705c3d1a0c1cc9df6ccd15f413a757e86b..4d93512f4bd403f88c3d9aaed3ee8f1d3ab74f76 100644 (file)
@@ -8,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;
diff --git a/block/partitions/karma.h b/block/partitions/karma.h
deleted file mode 100644 (file)
index 1b5eec5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- *  fs/partitions/karma.h
- */
-
-#define KARMA_LABEL_MAGIC              0xAB56