drivers: gpu: Mark function as static in via_drv.c
authorRashika <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 16:47:01 +0000 (22:17 +0530)
committerDave Airlie <airlied@redhat.com>
Tue, 14 Jan 2014 03:05:00 +0000 (13:05 +1000)
commit1e164bb87d20a112106eb663514aa0644e051a80
tree336342f13a47378e12f5d96a2019096c86c027d2
parent902f4a7400df915ccd84c87e1cc89a2e89f96ceb
drivers: gpu: Mark function as static in via_drv.c

Mark function as static because it is not used outside the file
drm/via/via_drv.c.

This eliminates the following warning in drm/via/via_drv.c:
drivers/gpu/drm/via/via_drv.c:49:6: warning: no previous prototype for ‘via_driver_postclose’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/via/via_drv.c