Skip to content

Commit

Permalink
drm: fix problem with SiS typedef with sisfb enabled.
Browse files Browse the repository at this point in the history
Reported by: Avuton Olrich <avuton@gmail.com>

Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie committed Jul 17, 2007
1 parent d4e2cbe commit cca5307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/drm/sis_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cca5307

Please sign in to comment.