summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvhost.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index 7de229c1b..e8f69b4a9 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -265,13 +265,6 @@ struct nvhost_device_data {
265 struct rw_semaphore busy_lock; 265 struct rw_semaphore busy_lock;
266 bool forced_idle; 266 bool forced_idle;
267 267
268 /*
269 * Used to clamp/unclamp clusters across any cluster power sequences.
270 * The clamp is applied after poweroff and unclamp prior to poweron.
271 */
272 void (*cluster_unclamp)(struct platform_device *dev);
273 void (*cluster_clamp)(struct platform_device *dev);
274
275 /* Finalize power on. Can be used for context restore. */ 268 /* Finalize power on. Can be used for context restore. */
276 int (*finalize_poweron)(struct platform_device *dev); 269 int (*finalize_poweron)(struct platform_device *dev);
277 270
@@ -286,9 +279,6 @@ struct nvhost_device_data {
286 */ 279 */
287 void (*reset)(struct platform_device *dev); 280 void (*reset)(struct platform_device *dev);
288 281
289 /* Mask for the module reset clamp bit */
290 u32 reset_clamp_mask;
291
292 /* Device is busy. */ 282 /* Device is busy. */
293 void (*busy)(struct platform_device *); 283 void (*busy)(struct platform_device *);
294 284