commit | ea7f7abcbb3b72bdc7927d043b3e9dc6058bd75a | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed Aug 01 17:15:31 2012 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 24 10:00:56 2012 +1000 |
tree | 38d84bc7f8f4927248939d5328b8e8c5563f4dd6 | |
parent | 0227a7fdc2a4756aa0e0d1152ce5eada016cf18d [diff] |
drm: Add missing static storage class specifier in drm_irq.c file Fixes the following sparse warning: drivers/gpu/drm/drm_irq.c:1239:6: warning: symbol 'drm_handle_vblank_events' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Dave Airlie <airlied@redhat.com>