Commit 95f77ef3 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

block: remove block/partitions/sgi.h



Just move the single define to block/partitions/sgi.c.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 3466f63a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
 */

#include "check.h"
#include "sgi.h"

#define SGI_LABEL_MAGIC 0x0be5a941

struct sgi_disklabel {
	__be32 magic_mushroom;		/* Big fat spliff... */

block/partitions/sgi.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  fs/partitions/sgi.h
 */


#define SGI_LABEL_MAGIC 0x0be5a941