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

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
......@@ -6,7 +6,8 @@
*/
#include "check.h"
#include "sgi.h"
#define SGI_LABEL_MAGIC 0x0be5a941
struct sgi_disklabel {
__be32 magic_mushroom; /* Big fat spliff... */
......
/* SPDX-License-Identifier: GPL-2.0 */
/*
* fs/partitions/sgi.h
*/
#define SGI_LABEL_MAGIC 0x0be5a941
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment