* drm: de-typedef fallout in sis
@ 2007-07-17 10:11 Alexey Dobriyan
0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2007-07-17 10:11 UTC (permalink / raw)
To: airlied, akpm; +Cc: linux-kernel
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@sw.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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-17 10:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 10:11 drm: de-typedef fallout in sis Alexey Dobriyan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.