diff options
| author | Mitchel Humpherys <mitchelh@codeaurora.org> | 2014-04-29 11:02:14 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:30:16 -0700 |
| commit | be0764f9509ef0397b93e89a47b3da132c31c14d (patch) | |
| tree | f304769f7d3d0a547f0108d8c309413d4de1f07f /include/linux | |
| parent | dde9a173065aa70645100aad3ea96999248f3602 (diff) | |
ion: msm: remove superfluous function argument
msm_ion_client_create doesn't actually do anything with its heap_mask
parameter. Remove it. Also remove the extra argument from an audio
function that wraps msm_ion_client_create.
The following semantic patch was used to generate this patch:
@@
expression E1, E2;
@@
msm_ion_client_create(
- E1,
E2)
@@
expression E1, E2;
@@
msm_audio_ion_client_create(
- E1,
E2)
Change-Id: I403a125a1715b29a3db1f27c993abe0bc6d3fb11
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
