aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/host1x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h
index bb9840fd1e18..7890b553d12e 100644
--- a/include/linux/host1x.h
+++ b/include/linux/host1x.h
@@ -272,6 +272,8 @@ struct host1x_device {
272 272
273 struct mutex clients_lock; 273 struct mutex clients_lock;
274 struct list_head clients; 274 struct list_head clients;
275
276 bool bound;
275}; 277};
276 278
277static inline struct host1x_device *to_host1x_device(struct device *dev) 279static inline struct host1x_device *to_host1x_device(struct device *dev)