]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - kernel/static_call.c
usb: musb: Remove unused function declarations
[thirdparty/kernel/stable.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);