staging: android: ion: Get rid of ion_sg_table
[cascardo/linux.git] / drivers / staging / android / ion / ion.h
index a1331fc..225c34a 100644 (file)
@@ -148,17 +148,6 @@ void ion_free(struct ion_client *client, struct ion_handle *handle);
 int ion_phys(struct ion_client *client, struct ion_handle *handle,
             ion_phys_addr_t *addr, size_t *len);
 
-/**
- * ion_map_dma - return an sg_table describing a handle
- * @client:    the client
- * @handle:    the handle
- *
- * This function returns the sg_table describing
- * a particular ion handle.
- */
-struct sg_table *ion_sg_table(struct ion_client *client,
-                             struct ion_handle *handle);
-
 /**
  * ion_map_kernel - create mapping for the given handle
  * @client:    the client