aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2020-01-23 21:58:48 -0800
committerThomas Gleixner <[email protected]>2020-01-24 21:03:53 +0100
commitfd928f3e32ba09381b287f8b732418434d932855 (patch)
tree6798a3c8762aaf722cc47498bec0b6838b787397 /tools/perf/scripts/python/export-to-sqlite.py
parent7c94caca877b0feeca6f5f7b07d48c508e20d58f (diff)
alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n
The stubbed version of alarmtimer_get_rtcdev() is not exported. so this won't work if this function is used in a module when CONFIG_RTC_CLASS=n. Move the stub function to the header file and make it inline so that callers don't have to worry about linking against this symbol. rtcdev isn't used outside of this ifdef so it's not required to be redefined to NULL. Drop that while touching this area. Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions