summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSubramaniam Chanderashekarapuram <subramaniam.ca@ti.com>2012-03-15 17:06:44 -0500
committerXavier Boudet <x-boudet@ti.com>2012-07-10 17:26:50 +0200
commit0bd601ce8c86eb61216b477ee4b93016b0391856 (patch)
tree1ccd5af5d4e66fb97a73b617ff73dbb9f490f987 /drivers
parentea3dbcf2a471e0da1e1502affc4e84e1f78fe89c (diff)
rpmsg: omx: remove pvr ion header include
PVRExportFDToIONHandles was being called directly by rpmsg omx driver. This is no more the case and hence PVR related header can be removed. Change-Id: Ied23ac3708fd297f5aa4b4080e2de494b80df401 Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Subramaniam Chanderashekarapuram <subramaniam.ca@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rpmsg/rpmsg_omx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/rpmsg/rpmsg_omx.c b/drivers/rpmsg/rpmsg_omx.c
index 07c7c88b5eba..2315d4360b4e 100644
--- a/drivers/rpmsg/rpmsg_omx.c
+++ b/drivers/rpmsg/rpmsg_omx.c
@@ -100,12 +100,6 @@ static DEFINE_SPINLOCK(rpmsg_omx_services_lock);
static LIST_HEAD(rpmsg_omx_services_list);
#ifdef CONFIG_ION_OMAP
-#ifdef CONFIG_PVR_SGX
-#include "../gpu/pvr/ion.h"
-#endif
-#endif
-
-#ifdef CONFIG_ION_OMAP
static int _rpmsg_pa_to_da(struct rpmsg_omx_instance *omx, u32 pa, u32 *da)
{
int ret;