diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-24 08:25:25 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-24 07:57:08 -0600 |
commit | cbb5cb3b29f9eb158bd2db39cdc07db6d8087461 (patch) | |
tree | 309e50d320dae148f86141830e85930d5d25177c /block/partitions/sun.c | |
parent | 95f77ef35a990e2947cee100f72c0e3ddd1ccd75 (diff) |
block: remove block/partitions/sun.h
Just move the two defines to block/partitions/sun.c.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions/sun.c')
-rw-r--r-- | block/partitions/sun.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/block/partitions/sun.c b/block/partitions/sun.c index 90f36724e796..28b44100f2b1 100644 --- a/block/partitions/sun.c +++ b/block/partitions/sun.c @@ -9,7 +9,9 @@ */ #include "check.h" -#include "sun.h" + +#define SUN_LABEL_MAGIC 0xDABE +#define SUN_VTOC_SANITY 0x600DDEEE int sun_partition(struct parsed_partitions *state) { |