mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
raid: remove tile specific raid6 implementation
The Tile architecture is getting removed, so we no longer need this either. Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -105,7 +105,6 @@ extern const struct raid6_calls raid6_avx2x4;
|
||||
extern const struct raid6_calls raid6_avx512x1;
|
||||
extern const struct raid6_calls raid6_avx512x2;
|
||||
extern const struct raid6_calls raid6_avx512x4;
|
||||
extern const struct raid6_calls raid6_tilegx8;
|
||||
extern const struct raid6_calls raid6_s390vx8;
|
||||
|
||||
struct raid6_recov_calls {
|
||||
|
Reference in New Issue
Block a user