diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-11-08 12:12:03 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-11-15 11:45:31 +0300 |
commit | e4a76442efe137b52bd493698e8134ba49d592fa (patch) | |
tree | e16fbdd14b5ea2943aa6fb12790f1c4dc260168c /drivers/gpu/drm/qxl/qxl_cmd.c | |
parent | 1775db074a327d33af9536450635aedb6105b71a (diff) | |
download | linux-e4a76442efe137b52bd493698e8134ba49d592fa.tar.xz |
qxl: Mark some internal functions as static
They are not used outside of their respective source file
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Message-id: 20161108091209.25568-2-cfergeau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_cmd.c')
-rw-r--r-- | drivers/gpu/drm/qxl/qxl_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_cmd.c b/drivers/gpu/drm/qxl/qxl_cmd.c index 04270f5d110c..74fc9362ecf9 100644 --- a/drivers/gpu/drm/qxl/qxl_cmd.c +++ b/drivers/gpu/drm/qxl/qxl_cmd.c @@ -578,7 +578,7 @@ int qxl_hw_surface_dealloc(struct qxl_device *qdev, return 0; } -int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) +static int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) { struct qxl_rect rect; int ret; |