From: Christoph Hellwig Date: Tue, 24 Mar 2020 07:25:22 +0000 (+0100) Subject: block: remove block/partitions/karma.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6d17358dc7eb2259115c0017a1ff9958a59eb2b;p=linux.git block: remove block/partitions/karma.h Just move the single define to block/partitions/karma.c. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/block/partitions/karma.c b/block/partitions/karma.c index 59812d705c3d1..4d93512f4bd40 100644 --- a/block/partitions/karma.c +++ b/block/partitions/karma.c @@ -8,9 +8,10 @@ */ #include "check.h" -#include "karma.h" #include +#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 index 1b5eec57ee0c3..0000000000000 --- a/block/partitions/karma.h +++ /dev/null @@ -1,6 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * fs/partitions/karma.h - */ - -#define KARMA_LABEL_MAGIC 0xAB56