diff options
author | Sakari Ailus <[email protected]> | 2016-11-19 19:50:10 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2016-12-21 06:53:35 -0200 |
commit | 4bfb934b0067b7f6a24470682c5f7254fd4d8282 (patch) | |
tree | c686c1424cc13c507bbf2a9b0d9aba112e5eda64 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 9447082ae666fbf3adbe9c9152117daa31a8b737 (diff) |
[media] smiapp: Make suspend and resume functions __maybe_unused
The smiapp_suspend() and smiapp_resume() functions will end up being unused
if CONFIG_PM is enabled but CONFIG_PM_SLEEP is disabled, causing a
compiler warning from both of the function definitions. Fix this by
marking the functions with __maybe_unused.
Suggested-by: Arnd Bergmann <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions