From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- 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