Re: [PATCH 2/2] drm/vmwgfx: Remove a few unused functions

2020-02-28 Thread Emil Velikov
Hi Sebastian, On Mon, 24 Feb 2020 at 16:55, Sebastian Andrzej Siewior wrote: > > I noticed that there is a prototype for vmw_fifo_ping_host_locked() but > no function. Then I looked further and noticed more functions which are > not used anymore or functions protoypes which remained after the > f

[PATCH 2/2] drm/vmwgfx: Remove a few unused functions

2020-02-24 Thread Sebastian Andrzej Siewior
I noticed that there is a prototype for vmw_fifo_ping_host_locked() but no function. Then I looked further and noticed more functions which are not used anymore or functions protoypes which remained after the function was removed. Remove unused function (prototypes). Signed-off-by: Sebastian Andr