diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-24 08:25:22 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-24 14:57:08 +0100 |
commit | f6d17358dc7eb2259115c0017a1ff9958a59eb2b (patch) | |
tree | b0a342a3307f3a9b4d867e43fab672b49bd957a6 /block/partitions/karma.h | |
parent | block: declare all partition detection routines in check.h (diff) | |
download | linux-f6d17358dc7eb2259115c0017a1ff9958a59eb2b.tar.xz linux-f6d17358dc7eb2259115c0017a1ff9958a59eb2b.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | block/partitions/karma.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/block/partitions/karma.h b/block/partitions/karma.h deleted file mode 100644 index 1b5eec57ee0c..000000000000 --- 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 |