Home
last modified time | relevance | path

Searched hist:"9 dd6e1da811ffad95a79b2690110ef1bbaf4dda4" (Results 1 – 1 of 1) sorted by relevance

/linux/lib/raid6/
H A Dmktables.cdiff 9dd6e1da811ffad95a79b2690110ef1bbaf4dda4 Mon Jul 31 12:49:08 CEST 2023 WANG Xuerui <git@xen0n.name> raid6: guard the tables.c include of <linux/export.h> with __KERNEL__

The export directives for the tables are already emitted with __KERNEL__
guards, but the <linux/export.h> include is not, causing errors when
building the raid6test program. Guard this include too to fix the
raid6test build.

Signed-off-by: WANG Xuerui <git@xen0n.name>
Link: https://lore.kernel.org/r/20230731104911.411964-3-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>