Merge tag 'i2c-for-6.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / kernel / static_call.c
CommitLineData
9183c3f9 1// SPDX-License-Identifier: GPL-2.0
9183c3f9 2#include <linux/static_call.h>
f03c4129 3
3f2a8fc4
PZ
4long __static_call_return0(void)
5{
6 return 0;
7}
5be2226f 8EXPORT_SYMBOL_GPL(__static_call_return0);