summaryrefslogtreecommitdiff
path: root/block/partitions/osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/partitions/osf.c')
-rw-r--r--block/partitions/osf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/block/partitions/osf.c b/block/partitions/osf.c
index 764b86a01965..84560d0765ed 100644
--- a/block/partitions/osf.c
+++ b/block/partitions/osf.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* fs/partitions/osf.c
*
@@ -8,9 +9,9 @@
*/
#include "check.h"
-#include "osf.h"
#define MAX_OSF_PARTITIONS 18
+#define DISKLABELMAGIC (0x82564557UL)
int osf_partition(struct parsed_partitions *state)
{