summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2017-04-28 13:09:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-28 14:27:25 +0200
commitf5a6ddaad4f49292b93a6c34825590a72391d0ab (patch)
treefa38d2388b122db7dae09503773f1dba1075ee8b /drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include
parentb83cc378dfc46a06efecd14d2e5c687a2ac335d2 (diff)
downloadop-kernel-dev-f5a6ddaad4f49292b93a6c34825590a72391d0ab.zip
op-kernel-dev-f5a6ddaad4f49292b93a6c34825590a72391d0ab.tar.gz
atomisp: kill off mmgr_free
This is just another wrapper layer around hmm_free that servers no purpose in this driver. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/memory_access/memory_access.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/memory_access/memory_access.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/memory_access/memory_access.h
index 54ab3d9..195c4a5 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/memory_access/memory_access.h
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/memory_access/memory_access.h
@@ -59,6 +59,8 @@
*/
#include "device_access.h"
+#include "hmm/hmm.h"
+
/*!
* \brief
* Bit masks for specialised allocation functions
@@ -106,14 +108,6 @@ extern hrt_vaddress mmgr_malloc(const size_t size);
*/
extern hrt_vaddress mmgr_calloc(const size_t N, const size_t size);
-/*! Free the memory allocation identified by the address
-
- \param vaddr[in] Address of the allocation
-
- \return vaddress
- */
-extern void mmgr_free(hrt_vaddress vaddr);
-
/*! Return the address of an allocation in memory
\param size[in] Size in bytes of the allocation
OpenPOWER on IntegriCloud