Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

block: remove block/partitions/karma.h

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>

authored by

Christoph Hellwig and committed by
Jens Axboe
f6d17358 3f1b95ef

+2 -7
+2 -1
block/partitions/karma.c
··· 8 8 */ 9 9 10 10 #include "check.h" 11 - #include "karma.h" 12 11 #include <linux/compiler.h> 12 + 13 + #define KARMA_LABEL_MAGIC 0xAB56 13 14 14 15 int karma_partition(struct parsed_partitions *state) 15 16 {
-6
block/partitions/karma.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* 3 - * fs/partitions/karma.h 4 - */ 5 - 6 - #define KARMA_LABEL_MAGIC 0xAB56