projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb8ff0
)
raid6: remove the <linux/export.h> include from recov.c
author
WANG Xuerui
<git@xen0n.name>
Mon, 31 Jul 2023 10:49:07 +0000
(18:49 +0800)
committer
Song Liu
<song@kernel.org>
Tue, 15 Aug 2023 16:40:27 +0000
(09:40 -0700)
There is no exported symbol left in recov.c, so the include is now
unnecessary, and breaks the raid6test build. Remove it.
Signed-off-by: WANG Xuerui <git@xen0n.name>
Link:
https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>
lib/raid6/recov.c
patch
|
blob
|
history
diff --git
a/lib/raid6/recov.c
b/lib/raid6/recov.c
index e49d519de6cbe479feed5b4b05611d7516ef3a4e..a7c1b2bbe40d8b76459a5b6b2e8648a8602b99f0 100644
(file)
--- a/
lib/raid6/recov.c
+++ b/
lib/raid6/recov.c
@@
-13,7
+13,6
@@
* the syndrome.)
*/
-#include <linux/export.h>
#include <linux/raid/pq.h>
/* Recover two failed data blocks. */