diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-25 15:25:34 +0800 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-09-25 22:58:53 +0200 |
commit | 41bb156ea950e8f9c8730e60aaaca7eb9754c173 (patch) | |
tree | 08948f69708e4f481360825f5a1114ee9f9a0bf0 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | f2600d08d4e8d211262b143e71d3a08f320e1e17 (diff) |
drm/bochs: mark bochs_connector_get_modes() static
We get 1 warning when building kernel with W=1:
drivers/gpu/drm/bochs/bochs_kms.c:181:5: warning: no previous prototype for 'bochs_connector_get_modes' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
So this patch marks it 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1474788334-11007-1-git-send-email-baoyou.xie@linaro.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions