From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/drivers/md/raid0.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/md/raid0.h b/kernel/drivers/md/raid0.h index 3816e54..8cc761c 100644 --- a/kernel/drivers/md/raid0.h +++ b/kernel/drivers/md/raid0.h @@ -6,6 +6,7 @@ sector_t zone_end; /* Start of the next zone (in sectors) */ sector_t dev_start; /* Zone offset in real dev (in sectors) */ int nb_dev; /* # of devices attached to the zone */ + int disk_shift; /* start disk for the original layout */ }; /* Linux 3.14 (20d0189b101) made an unintended change to -- Gitblit v1.6.2