2020-08-18 15:57:42 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
#include <linux/static_call.h>
|
2020-08-18 15:57:46 +02:00
|
|
|
|
2021-01-18 15:12:16 +01:00
|
|
|
long __static_call_return0(void)
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2022-02-15 13:07:10 -05:00
|
|
|
EXPORT_SYMBOL_GPL(__static_call_return0);
|