summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDirk Müller <dmueller@suse.de>2022-02-08 17:50:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-15 14:18:02 +0200
commit002288800e1035868fb20c7ca7c1e01fd8bb25f5 (patch)
tree4339b1547500273289df027fc7d6921d97cecb38 /crypto
parente73efa5ad5d25e21e69098dd2749998bfb3622a4 (diff)
lib/raid6/test: fix multiple definition linking error
commit a5359ddd052860bacf957e65fe819c63e974b3a6 upstream. GCC 10+ defaults to -fno-common, which enforces proper declaration of external references using "extern". without this change a link would fail with: lib/raid6/test/algos.c:28: multiple definition of `raid6_call'; lib/raid6/test/test.c:22: first defined here the pq.h header that is included already includes an extern declaration so we can just remove the redundant one here. Cc: <stable@vger.kernel.org> Signed-off-by: Dirk Müller <dmueller@suse.de> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Song Liu <song@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions