[PATCH] drm-sis linkage fix
authorAndrew Morton <[email protected]>
Thu, 7 Dec 2006 04:31:33 +0000 (20:31 -0800)
committerLinus Torvalds <[email protected]>
Thu, 7 Dec 2006 16:39:20 +0000 (08:39 -0800)
Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606

WARNING: "drm_sman_set_manager" [drivers/char/drm/sis.ko] undefined!

Cc: <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/drm/drm_sman.c

index 425c82336ee0310149a7c6461eeed7c5327d8d6a..19c81d2e13d01f2cb9cea0be7ecd936294dbed2a 100644 (file)
@@ -162,6 +162,7 @@ drm_sman_set_manager(drm_sman_t * sman, unsigned int manager,
 
        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)