projects
/
platform
/
kernel
/
linux-exynos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ASoC: arizona: Correct handling of FLL theta in synchroniser mode
[platform/kernel/linux-exynos.git]
/
drivers
/
misc
/
lkdtm_rodata.c
1
/*
2
* This includes functions that are meant to live entirely in .rodata
3
* (via objcopy tricks), to validate the non-executability of .rodata.
4
*/
5
#include "lkdtm.h"
6
7
void lkdtm_rodata_do_nothing(void)
8
{
9
/* Does nothing. We just want an architecture agnostic "return". */
10
}