repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
kernel
/
static_call.c
blob
e9c3e69f383792464c01b2aec9e63967829537f9
1
// SPDX-License-Identifier: GPL-2.0
2
#include <linux/static_call.h>
3
4
long
__static_call_return0
(
void
)
5
{
6
return
0
;
7
}
8
EXPORT_SYMBOL_GPL
(
__static_call_return0
);