diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 16:05:23 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:28 +0200 |
commit | 889ce12b1650b3c388634451872638a08faf6d6b (patch) | |
tree | 04ddfa626bf6f08f902979006496c7af712c4cc5 /include | |
parent | net: smsc: remove m32r/mn10300 specific smc91x configuration (diff) | |
download | linux-889ce12b1650b3c388634451872638a08faf6d6b.tar.xz linux-889ce12b1650b3c388634451872638a08faf6d6b.zip |
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')
-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 { |