From d40443534c3cab2ea1435556c85ef38503eb63ac Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 22 Apr 2004 12:41:43 +0000 Subject: Add __user annotations from kernel --- linux-core/i830_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i830_irq.c') diff --git a/linux-core/i830_irq.c b/linux-core/i830_irq.c index ae27f3bd..fcf2dedd 100644 --- a/linux-core/i830_irq.c +++ b/linux-core/i830_irq.c @@ -122,7 +122,7 @@ int i830_wait_irq(drm_device_t *dev, int irq_nr) /* Needs the lock as it touches the ring. */ int i830_irq_emit( struct inode *inode, struct file *filp, unsigned int cmd, - unsigned long arg ) + unsigned long __user arg ) { drm_file_t *priv = filp->private_data; drm_device_t *dev = priv->dev; -- cgit v1.2.3