commit | da22013f7df4e1f49b03d763aae7b12b1cd805d7 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Wed Apr 12 19:21:33 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 14 10:07:27 2017 +0200 |
tree | fab8170277322ea530bb4cf5444436cdc62af4b3 | |
parent | 83fceac0504fbcbe2aad420f7791ed740cc20612 [diff] |
atomisp: remove indirection from sh_css_malloc We have one hard coded set of behaviour so unpick the indirection and function pointers. This isn't the whole story. A lot of the callers are known sizes and use cases so we can switch them directly to kmalloc later on. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>