]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
block: remove block/partitions/sgi.h
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Mar 2020 07:25:24 +0000 (08:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Mar 2020 13:57:08 +0000 (07:57 -0600)
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>
block/partitions/sgi.c
block/partitions/sgi.h [deleted file]

index d7b421c6e530bdf93b8f0ec2e2b43051d040637f..927cf501603e79e6c474eb9a95d8c50bb1e34d46 100644 (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... */
diff --git a/block/partitions/sgi.h b/block/partitions/sgi.h
deleted file mode 100644 (file)
index 372cdad..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- *  fs/partitions/sgi.h
- */
-
-
-#define SGI_LABEL_MAGIC 0x0be5a941
-