summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvhost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index bc1d9d76b9a3..da5e1e6862c6 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -49,6 +49,7 @@ struct nvhost_device {
const char *name; /* Device name */
struct device dev; /* Linux device struct */
int id; /* Separates clients of same hw */
+ int index; /* Hardware channel number */
u32 num_resources; /* Number of resources following */
struct resource *resource; /* Resources (IOMEM in particular) */
struct resource *reg_mem;