[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1200021993.3844.16.camel@nikanth-laptop.blr.novell.com>
Date: Fri, 11 Jan 2008 08:56:33 +0530
From: Nikanth Karthikesan <knikanth@...e.de>
To: airlied@...ux.ie, dri-devel@...ts.sourceforge.net,
benh@...nel.crashing.org, paulus@...ba.org,
thomas@...ischhofer.net, adaplas@...il.com,
sylvain.meyer@...ldonline.fr
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: [PATCH 9/11 ] Change drm_ioctl as an unlocked_ioctl function : sis
Register drm_ioctl as an unlocked_ioctl function.
Signed-off-by: Nikanth Karthikesan <knikanth@...e.de>
---
diff --git a/drivers/char/drm/sis_drv.c b/drivers/char/drm/sis_drv.c
index 7dacc64..1bbde29 100644
--- a/drivers/char/drm/sis_drv.c
+++ b/drivers/char/drm/sis_drv.c
@@ -80,7 +80,7 @@ static struct drm_driver driver = {
.owner = THIS_MODULE,
.open = drm_open,
.release = drm_release,
- .ioctl = drm_ioctl,
+ .unlocked_ioctl = drm_ioctl,
.mmap = drm_mmap,
.poll = drm_poll,
.fasync = drm_fasync,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists