search for: 58ba807

Displaying 1 result from an estimated 1 matches for "58ba807".

Did you mean: 58807
2013 Sep 20
0
[PATCH] drm/nouveau: remove dead/ums code from nouveau_ioc32.c
...here. Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_ioc32.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_ioc32.c b/drivers/gpu/drm/nouveau/nouveau_ioc32.c index c1a7e5a..58ba807 100644 --- a/drivers/gpu/drm/nouveau/nouveau_ioc32.c +++ b/drivers/gpu/drm/nouveau/nouveau_ioc32.c @@ -1,7 +1,7 @@ /** - * \file mga_ioc32.c + * \file nouveau_ioc32.c * - * 32-bit ioctl compatibility routines for the MGA DRM. + * 32-bit ioctl compatibility routines for the NOUVEAU DRM. * * \...