Merge 'v5.10-rc1' into android-mainline
Linux 5.10-rc1 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Iace3fc84a00d3023c75caa086a266de17dc1847c
This commit is contained in:
@@ -130,7 +130,7 @@ struct kernel_symbol {
|
||||
* discarded in the final link stage.
|
||||
*/
|
||||
#define __ksym_marker(sym) \
|
||||
static int __ksym_marker_##sym[0] __section(.discard.ksym) __used
|
||||
static int __ksym_marker_##sym[0] __section(".discard.ksym") __used
|
||||
|
||||
#define __EXPORT_SYMBOL(sym, sec, ns) \
|
||||
__ksym_marker(sym); \
|
||||
|
Reference in New Issue
Block a user