Home
last modified time | relevance | path

Searched hist:"5 e5ac01c2b8802921fee680518a986011cb59820" (Results 1 – 2 of 2) sorted by relevance

/linux/lib/raid6/
H A Dmktables.cdiff 5e5ac01c2b8802921fee680518a986011cb59820 Fri Dec 20 03:21:27 CET 2019 Zhengyuan Liu <liuzhengyuan@kylinos.cn> raid6/test: fix a compilation warning

The compilation warning is redefination showed as following:

In file included from tables.c:2:
../../../include/linux/export.h:180: warning: "EXPORT_SYMBOL" redefined
#define EXPORT_SYMBOL(sym) __EXPORT_SYMBOL(sym, "")

In file included from tables.c:1:
../../../include/linux/raid/pq.h:61: note: this is the location of the previous definition
#define EXPORT_SYMBOL(sym)

Fixes: 69a94abb82ee ("export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols")
Signed-off-by: Zhengyuan Liu <liuzhengyuan@kylinos.cn>
Signed-off-by: Song Liu <songliubraving@fb.com>
/linux/include/linux/raid/
H A Dpq.hdiff 5e5ac01c2b8802921fee680518a986011cb59820 Fri Dec 20 03:21:27 CET 2019 Zhengyuan Liu <liuzhengyuan@kylinos.cn> raid6/test: fix a compilation warning

The compilation warning is redefination showed as following:

In file included from tables.c:2:
../../../include/linux/export.h:180: warning: "EXPORT_SYMBOL" redefined
#define EXPORT_SYMBOL(sym) __EXPORT_SYMBOL(sym, "")

In file included from tables.c:1:
../../../include/linux/raid/pq.h:61: note: this is the location of the previous definition
#define EXPORT_SYMBOL(sym)

Fixes: 69a94abb82ee ("export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols")
Signed-off-by: Zhengyuan Liu <liuzhengyuan@kylinos.cn>
Signed-off-by: Song Liu <songliubraving@fb.com>