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

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>

authored by

Christoph Hellwig and committed by
Jens Axboe
3466f63a f6d17358

+1 -8
+1 -1
block/partitions/osf.c
··· 9 9 */ 10 10 11 11 #include "check.h" 12 - #include "osf.h" 13 12 14 13 #define MAX_OSF_PARTITIONS 18 14 + #define DISKLABELMAGIC (0x82564557UL) 15 15 16 16 int osf_partition(struct parsed_partitions *state) 17 17 {
-7
block/partitions/osf.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* 3 - * fs/partitions/osf.h 4 - */ 5 - 6 - #define DISKLABELMAGIC (0x82564557UL) 7 -