diff options
Diffstat (limited to 'drivers/char/drm/drm_context.c')
-rw-r--r-- | drivers/char/drm/drm_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drm_context.c b/drivers/char/drm/drm_context.c index f515567e5b6f..502892794c16 100644 --- a/drivers/char/drm/drm_context.c +++ b/drivers/char/drm/drm_context.c | |||
@@ -308,7 +308,7 @@ found: | |||
308 | * | 308 | * |
309 | * Attempt to set drm_device::context_flag. | 309 | * Attempt to set drm_device::context_flag. |
310 | */ | 310 | */ |
311 | int drm_context_switch( drm_device_t *dev, int old, int new ) | 311 | static int drm_context_switch( drm_device_t *dev, int old, int new ) |
312 | { | 312 | { |
313 | if ( test_and_set_bit( 0, &dev->context_flag ) ) { | 313 | if ( test_and_set_bit( 0, &dev->context_flag ) ) { |
314 | DRM_ERROR( "Reentering -- FIXME\n" ); | 314 | DRM_ERROR( "Reentering -- FIXME\n" ); |