diff options
author | Rashika <rashika.kheria@gmail.com> | 2014-01-06 19:07:15 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-01-14 06:59:20 +0400 |
commit | 080fd6b5038848f62eb595d84924fe17983b4a2e (patch) | |
tree | 681cf9488380da6e881c00e60a1c1e14b5c43864 /.mailmap | |
parent | b2890a769e8cc2a536e315a945b34db219c5d3f1 (diff) | |
download | linux-080fd6b5038848f62eb595d84924fe17983b4a2e.tar.xz |
drivers: gpu: Mark functions as static in mgag200_mode.c
Mark functions mga_set_start_address(), mga_encoder_destroy() and
mga_connector_best_encoder() as static in drm/mgag200/mgag200_mode.c
because they are not used outside this file.
This eliminates the following warnings in drm/mgag200/mgag200_mode.c:
drivers/gpu/drm/mgag200/mgag200_mode.c:694:6: warning: no previous
prototype for ‘mga_set_start_address’ [-Wmissing-prototypes]
drivers/gpu/drm/mgag200/mgag200_mode.c:1401:6: warning: no previous
prototype for ‘mga_encoder_destroy’ [-Wmissing-prototypes]
drivers/gpu/drm/mgag200/mgag200_mode.c:1561:21: warning: no previous
prototype for ‘mga_connector_best_encoder’ [-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>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions