Skip to content

Commit af5c99b

Browse files
chencheng-fnnashailan94
authored andcommitted
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 <[email protected]> Reviewed-by: Yu Kuai <[email protected]> Link: https://lore.kernel.org/linux-raid/[email protected]/ Signed-off-by: Yu Kuai <[email protected]>
1 parent de3544d commit af5c99b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/md/raid5.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,6 @@ raid5_get_dev_page(struct stripe_head *sh, int disk_idx)
801801
}
802802
#endif
803803

804-
void md_raid5_kick_device(struct r5conf *conf);
805804
int raid5_set_cache_size(struct mddev *mddev, int size);
806805
sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
807806
void raid5_release_stripe(struct stripe_head *sh);

0 commit comments

Comments
 (0)