From: Chen Cheng Date: Wed, 4 Mar 2026 11:09:18 +0000 (+0800) Subject: md/raid5: remove stale md_raid5_kick_device() declaration X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af5c99b8ea371b8137e2a62be50adabd964a68c6;p=thirdparty%2Fkernel%2Flinux.git md/raid5: remove stale md_raid5_kick_device() declaration Remove the unused md_raid5_kick_device() declaration from raid5.h - no definition exists for this function. Signed-off-by: Chen Cheng Reviewed-by: Yu Kuai Link: https://lore.kernel.org/linux-raid/20260304110919.15071-1-chencheng@fnnas.com/ Signed-off-by: Yu Kuai --- diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 110b1c2d0a867..1c7b710fc9c1f 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h @@ -801,7 +801,6 @@ raid5_get_dev_page(struct stripe_head *sh, int disk_idx) } #endif -void md_raid5_kick_device(struct r5conf *conf); int raid5_set_cache_size(struct mddev *mddev, int size); sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous); void raid5_release_stripe(struct stripe_head *sh);