kernel/block/partitions/osf.c
.. .. @@ -9,9 +9,9 @@ 9 9 */ 10 10 11 11 #include "check.h" 12 -#include "osf.h"13 12 14 13 #define MAX_OSF_PARTITIONS 18 14 +#define DISKLABELMAGIC (0x82564557UL)15 15 16 16 int osf_partition(struct parsed_partitions *state) 17 17 {