From: Christoph Hellwig Date: Tue, 24 Mar 2020 07:25:24 +0000 (+0100) Subject: block: remove block/partitions/sgi.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=95f77ef35a990e2947cee100f72c0e3ddd1ccd75;p=linux.git block: remove block/partitions/sgi.h Just move the single define to block/partitions/sgi.c. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/block/partitions/sgi.c b/block/partitions/sgi.c index d7b421c6e530b..927cf501603e7 100644 --- a/block/partitions/sgi.c +++ b/block/partitions/sgi.c @@ -6,7 +6,8 @@ */ #include "check.h" -#include "sgi.h" + +#define SGI_LABEL_MAGIC 0x0be5a941 struct sgi_disklabel { __be32 magic_mushroom; /* Big fat spliff... */ diff --git a/block/partitions/sgi.h b/block/partitions/sgi.h deleted file mode 100644 index 372cdad19feaf..0000000000000 --- a/block/partitions/sgi.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * fs/partitions/sgi.h - */ - - -#define SGI_LABEL_MAGIC 0x0be5a941 -