aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-cmdq.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-05-06 05:40:15 -0700
committerThomas White <taw@bitwiz.org.uk>2010-05-06 05:40:15 -0700
commit2a27dca2c258811dd003461bdf116d96d7cf2e07 (patch)
tree82205e0781c2fc73cddbcce52e45546206722019 /drivers/mfd/glamo/glamo-cmdq.h
parente978f7ca4f7c7af28ec609c4ca6c96d1647a752b (diff)
Fix dynamic command queue allocation
(Not tested...) Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/glamo-cmdq.h')
-rw-r--r--drivers/mfd/glamo/glamo-cmdq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-cmdq.h b/drivers/mfd/glamo/glamo-cmdq.h
index 510d1954c64..6d7f184b92f 100644
--- a/drivers/mfd/glamo/glamo-cmdq.h
+++ b/drivers/mfd/glamo/glamo-cmdq.h
@@ -38,7 +38,7 @@ extern int glamo_ioctl_cmdburst(struct drm_device *dev, void *data,
extern void glamo_cmdq_blank(struct glamodrm_handle *gdrm,
struct drm_gem_object *obj);
-extern int glamo_cmdq_init(struct glamodrm_handle *gdrm);
+extern int glamo_cmdq_init(struct drm_device *de);
extern int glamo_cmdq_shutdown(struct glamodrm_handle *gdrm);
extern void glamo_cmdq_suspend(struct glamodrm_handle *gdrm);
extern void glamo_cmdq_resume(struct glamodrm_handle *gdrm);