dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/lib/raid6
Jim Kukunas 2aa4ee2a88 lib/raid6: fix sparse warnings in recovery functions
Make the recovery functions static to fix the following sparse warnings:

lib/raid6/recov.c:25:6: warning: symbol 'raid6_2data_recov_intx1' was
not declared. Should it be static?
lib/raid6/recov.c:69:6: warning: symbol 'raid6_datap_recov_intx1' was
not declared. Should it be static?
lib/raid6/recov_ssse3.c:22:6: warning: symbol 'raid6_2data_recov_ssse3'
was not declared. Should it be static?
lib/raid6/recov_ssse3.c:197:6: warning: symbol 'raid6_datap_recov_ssse3'
was not declared. Should it be static?

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2012-05-28 14:10:22 +10:00
..
test lib/raid6: update test program for recovery functions 2012-05-22 13:54:23 +10:00
.gitignore Move .gitignore from drivers/md to lib/raid6 2010-08-30 17:35:52 +10:00
Makefile lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
algos.c lib/raid6: cleanup gen_syndrome function selection 2012-05-22 13:54:24 +10:00
altivec.uc Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
int.uc lib/raid6: Fix filename emitted in generated code 2011-10-20 11:27:50 +11:00
mktables.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
mmx.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
recov.c lib/raid6: fix sparse warnings in recovery functions 2012-05-28 14:10:22 +10:00
recov_ssse3.c lib/raid6: fix sparse warnings in recovery functions 2012-05-28 14:10:22 +10:00
sse1.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
sse2.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
unroll.awk
x86.h lib/raid6: update test program for recovery functions 2012-05-22 13:54:23 +10:00