mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
media: atomisp: get rid of a left-over wrapper function
The abstraction layer for kvfree() was removed, but there is still a left-over code there. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
54b15d8de0
commit
586f93fa2a
1 changed files with 0 additions and 8 deletions
|
@ -1863,14 +1863,6 @@ ia_css_enable_isys_event_queue(bool enable) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void sh_css_free(void *ptr)
|
||||
{
|
||||
if (is_vmalloc_addr(ptr))
|
||||
vfree(ptr);
|
||||
else
|
||||
kfree(ptr);
|
||||
}
|
||||
|
||||
/* For Acceleration API: Flush FW (shared buffer pointer) arguments */
|
||||
void
|
||||
sh_css_flush(struct ia_css_acc_fw *fw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue