diff options
| author | simran singhal <[email protected]> | 2017-03-12 22:40:23 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-14 08:00:37 +0800 |
| commit | cfd23945be7413351ef57ff5b07c5b037a7f9995 (patch) | |
| tree | 027a7a12e8ea10d5111becf2603ae14e7348707f /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 68f9c65467614d140619476bd6e0eba3b0d23c77 (diff) | |
staging: media: Remove unused function atomisp_set_stop_timeout()
The function atomisp_set_stop_timeout on being called, simply returns
back. The function hasn't been mentioned in the TODO and doesn't have
FIXME code around. Hence, atomisp_set_stop_timeout and its calls have been
removed.
This was done using Coccinelle.
@@
identifier f;
@@
void f(...) {
-return;
}
Signed-off-by: simran singhal <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions