diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 10:05:23 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 09:56:28 -0400 |
commit | 889ce12b1650b3c388634451872638a08faf6d6b (patch) | |
tree | 04ddfa626bf6f08f902979006496c7af712c4cc5 /lib/raid6/algos.c | |
parent | d98983fbf27fbfc2210a1b9411aed84bf2004d0a (diff) |
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 'lib/raid6/algos.c')
-rw-r--r-- | lib/raid6/algos.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index 476994723258..c65aa80d67ed 100644 --- a/lib/raid6/algos.c +++ b/lib/raid6/algos.c | |||
@@ -75,9 +75,6 @@ const struct raid6_calls * const raid6_algos[] = { | |||
75 | &raid6_altivec4, | 75 | &raid6_altivec4, |
76 | &raid6_altivec8, | 76 | &raid6_altivec8, |
77 | #endif | 77 | #endif |
78 | #if defined(CONFIG_TILEGX) | ||
79 | &raid6_tilegx8, | ||
80 | #endif | ||
81 | #if defined(CONFIG_S390) | 78 | #if defined(CONFIG_S390) |
82 | &raid6_s390vx8, | 79 | &raid6_s390vx8, |
83 | #endif | 80 | #endif |