Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpu: host1x: Remove unused host1x_cdma_stop() definition

There is no host1x_cdma_stop() in the code, let's remove its definition
from the header file.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Dmitry Osipenko and committed by
Thierry Reding
03f0de77 03ebcaa3

-1
-1
drivers/gpu/host1x/cdma.h
··· 88 88 89 89 int host1x_cdma_init(struct host1x_cdma *cdma); 90 90 int host1x_cdma_deinit(struct host1x_cdma *cdma); 91 - void host1x_cdma_stop(struct host1x_cdma *cdma); 92 91 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); 93 92 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2); 94 93 void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job);