block: remove block/partitions/sgi.h

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Christoph Hellwig 2020-03-24 08:25:24 +01:00 committed by Jens Axboe
parent 3466f63a7c
commit 95f77ef35a
2 changed files with 2 additions and 9 deletions

View File

@ -6,7 +6,8 @@
*/
#include "check.h"
#include "sgi.h"
#define SGI_LABEL_MAGIC 0x0be5a941
struct sgi_disklabel {
__be32 magic_mushroom; /* Big fat spliff... */

View File

@ -1,8 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* fs/partitions/sgi.h
*/
#define SGI_LABEL_MAGIC 0x0be5a941