[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070717101139.GA11053@localhost.sw.ru>
Date: Tue, 17 Jul 2007 14:11:39 +0400
From: Alexey Dobriyan <adobriyan@...ru>
To: airlied@...ux.ie, akpm@...l.org
Cc: linux-kernel@...r.kernel.org
Subject: drm: de-typedef fallout in sis
CC drivers/char/drm/sis_mm.o
drivers/char/drm/sis_mm.c: In function 'sis_fb_init':
drivers/char/drm/sis_mm.c:97: error: 'drm_sman_mm_t' undeclared (first use in this function)
Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
---
drivers/char/drm/sis_mm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/char/drm/sis_mm.c
+++ b/drivers/char/drm/sis_mm.c
@@ -94,7 +94,7 @@ static int sis_fb_init(DRM_IOCTL_ARGS)
mutex_lock(&dev->struct_mutex);
#if defined(CONFIG_FB_SIS)
{
- drm_sman_mm_t sman_mm;
+ struct drm_sman_mm sman_mm;
sman_mm.private = (void *)0xFFFFFFFF;
sman_mm.allocate = sis_sman_mm_allocate;
sman_mm.free = sis_sman_mm_free;
-
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