block: remove block/partitions/osf.h
Just move the single define to block/partitions/osf.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
f6d17358dc
commit
3466f63a7c
|
@ -9,9 +9,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "check.h"
|
#include "check.h"
|
||||||
#include "osf.h"
|
|
||||||
|
|
||||||
#define MAX_OSF_PARTITIONS 18
|
#define MAX_OSF_PARTITIONS 18
|
||||||
|
#define DISKLABELMAGIC (0x82564557UL)
|
||||||
|
|
||||||
int osf_partition(struct parsed_partitions *state)
|
int osf_partition(struct parsed_partitions *state)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
|
||||||
/*
|
|
||||||
* fs/partitions/osf.h
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define DISKLABELMAGIC (0x82564557UL)
|
|
||||||
|
|
Loading…
Reference in New Issue