Files
kernel_arpi/include/linux
Zhengyuan Liu a922fa72a8 raid6/test: fix a compilation warning
[ Upstream commit 5e5ac01c2b ]

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: 69a94abb82 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-02-24 08:36:47 +01:00
..
2019-09-17 10:27:46 -07:00
2020-02-19 19:53:09 +01:00
2019-09-16 09:56:27 -07:00
2020-02-11 04:35:52 -08:00
2020-01-26 10:01:07 +01:00
2019-12-17 19:55:30 +01:00
2019-11-29 10:10:13 +01:00
2019-09-24 15:54:08 -07:00
2019-10-02 06:36:50 -07:00
2019-12-13 08:42:53 +01:00
2020-01-09 10:19:59 +01:00
2019-12-13 08:43:18 +01:00
2019-10-31 14:01:40 -07:00
2019-09-25 17:51:41 -07:00
2019-10-02 10:06:45 +02:00
2019-10-14 15:04:01 -07:00