diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-24 08:25:24 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-24 07:57:08 -0600 |
commit | 95f77ef35a990e2947cee100f72c0e3ddd1ccd75 (patch) | |
tree | f61234ad55c24b95299cc79bdde7259f9e9de9c1 /block/partitions/sgi.h | |
parent | 3466f63a7cfe55217534e71af866037be2e1909e (diff) | |
download | linux-stable-95f77ef35a990e2947cee100f72c0e3ddd1ccd75.tar.gz linux-stable-95f77ef35a990e2947cee100f72c0e3ddd1ccd75.tar.bz2 linux-stable-95f77ef35a990e2947cee100f72c0e3ddd1ccd75.zip |
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>
Diffstat (limited to 'block/partitions/sgi.h')
-rw-r--r-- | block/partitions/sgi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/block/partitions/sgi.h b/block/partitions/sgi.h deleted file mode 100644 index 372cdad19fea..000000000000 --- 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 - |