aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6/algos.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2018-03-09 15:05:23 +0000
committerArnd Bergmann <[email protected]>2018-03-26 13:56:28 +0000
commit889ce12b1650b3c388634451872638a08faf6d6b (patch)
tree04ddfa626bf6f08f902979006496c7af712c4cc5 /lib/raid6/algos.c
parentnet: smsc: remove m32r/mn10300 specific smc91x configuration (diff)
downloadkernel-889ce12b1650b3c388634451872638a08faf6d6b.tar.gz
kernel-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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'lib/raid6/algos.c')
-rw-r--r--lib/raid6/algos.c3
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[] = {
&raid6_altivec4,
&raid6_altivec8,
#endif
-#if defined(CONFIG_TILEGX)
- &raid6_tilegx8,
-#endif
#if defined(CONFIG_S390)
&raid6_s390vx8,
#endif