Bug 7606
Summary: | The SiS DRI driver isn't compiled as a module during the kernel 2.6.19 compilation | ||
---|---|---|---|
Product: | Drivers | Reporter: | Daniel Goes (daniel-silveira) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.19 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Daniel Goes
2006-11-30 20:34:55 UTC
Does this fix? --- a/drivers/char/drm/drm_sman.c~drm-sis-linkage-fix +++ a/drivers/char/drm/drm_sman.c @@ -162,6 +162,7 @@ drm_sman_set_manager(drm_sman_t * sman, return 0; } +EXPORT_SYMBOL(drm_sman_set_manager); static drm_owner_item_t *drm_sman_get_owner_item(drm_sman_t * sman, unsigned long owner) _ |