mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 12:24:34 +08:00
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>
This commit is contained in:
parent
3f1b95ef81
commit
f6d17358dc
@ -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;
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
|
||||||
/*
|
|
||||||
* fs/partitions/karma.h
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define KARMA_LABEL_MAGIC 0xAB56
|
|
Loading…
Reference in New Issue
Block a user