commit | 0662e4c2c2fbddd10cdec05fe68eb2c03e6dbcc9 | [log] [tgz] |
---|---|---|
author | Rashika <rashika.kheria@gmail.com> | Mon Jan 06 20:49:34 2014 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jan 14 12:59:25 2014 +1000 |
tree | 0231758d46a375fa19ec43bb22abe03f1f5289a7 | |
parent | 06a8c6509a3f9028df1cf8caed9dcc5c5d4b34a6 [diff] |
drivers: gpu: Mark function as static in qxl_kms.c Mark function qxl_device_init() as static in drm/qxl/qxl_kms.c because it is not used outside this file. This eliminates the following warning in drm/qxl/qxl_kms.c: drivers/gpu/drm/qxl/qxl_kms.c:118:5: warning: no previous prototype for ‘qxl_device_init’ [-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>