summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_channel.h
diff options
context:
space:
mode:
authorShridhar Rasal <srasal@nvidia.com>2014-01-25 07:32:50 +0530
committerTerje Bergstrom <tbergstrom@nvidia.com>2014-02-04 05:05:52 -0800
commit9a1ea360ac77bab48c7be2dfa3da027e12435974 (patch)
treeb659b696a9c8c67dd5e3e1369f00f283a9e40990 /drivers/video/tegra/host/nvhost_channel.h
parent21ac8b47bec40592de13e023cb6c90ccb7a11286 (diff)
video: tegra: host: move client device node
For dynamic channel mapping, when ref_count is zero, it is unclear to which device channel maps to. So moving channel device node to nvhost_device_data from nvhost_channel. Bug 1259844 Change-Id: I402d0b6ac4dcf72260f94e5ed387174fcfe0d2ab Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/360061 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/nvhost_channel.h')
-rw-r--r--drivers/video/tegra/host/nvhost_channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/nvhost_channel.h b/drivers/video/tegra/host/nvhost_channel.h
index 1ed9c9aa37a8..9e1ecd009a64 100644
--- a/drivers/video/tegra/host/nvhost_channel.h
+++ b/drivers/video/tegra/host/nvhost_channel.h
@@ -53,9 +53,7 @@ struct nvhost_channel {
struct mutex submitlock;
void __iomem *aperture;
struct nvhost_hwctx *cur_ctx;
- struct device *node;
struct platform_device *dev;
- struct cdev cdev;
struct nvhost_hwctx_handler *ctxhandler;
struct nvhost_cdma cdma;