summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-01-16 10:52:45 +0200
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-23 06:20:15 -0800
commit93f1fa44d4a951e086e0499a9fccc2bd5158219f (patch)
tree4dc718f2fc91094dfd171995ef1c3f9e04cbd004 /drivers/gpu
parent6caed87c74b69f246e796c59b35f0bdc3979b151 (diff)
gpu: ion: Add one empty line for readability
For readability. Change-Id: I3f197e584f81b748c04d4eb7711bb4082492c441 Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/75529 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/ion/ion_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/ion/ion_priv.h b/drivers/gpu/ion/ion_priv.h
index c8415b888e87..555b49168655 100644
--- a/drivers/gpu/ion/ion_priv.h
+++ b/drivers/gpu/ion/ion_priv.h
@@ -268,6 +268,7 @@ ion_phys_addr_t ion_carveout_allocate(struct ion_heap *heap, unsigned long size,
unsigned long align);
void ion_carveout_free(struct ion_heap *heap, ion_phys_addr_t addr,
unsigned long size);
+
#ifdef CONFIG_ION_IOMMU
struct ion_heap *ion_iommu_heap_create(struct ion_platform_heap *);
void ion_iommu_heap_destroy(struct ion_heap *);