diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 18:05:23 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:56:28 +0300 |
commit | 889ce12b1650b3c388634451872638a08faf6d6b (patch) | |
tree | 04ddfa626bf6f08f902979006496c7af712c4cc5 /include/linux/raid | |
parent | d98983fbf27fbfc2210a1b9411aed84bf2004d0a (diff) | |
download | linux-889ce12b1650b3c388634451872638a08faf6d6b.tar.xz |
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>
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/pq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 583cdd3d49ca..a366cc314479 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h @@ -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 { |