From: Dmitry Osipenko Date: Wed, 14 Jun 2017 23:18:41 +0000 (+0300) Subject: gpu: host1x: Remove unused host1x_cdma_stop() definition X-Git-Tag: v4.14-rc1~484^2~18^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f0de770eda7a3f2e3950ca9f15d73e1dfd4596;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Erik Faye-Lund Reviewed-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/cdma.h b/drivers/gpu/host1x/cdma.h index ec170a7..286d493 100644 --- a/drivers/gpu/host1x/cdma.h +++ b/drivers/gpu/host1x/cdma.h @@ -88,7 +88,6 @@ struct host1x_cdma { int host1x_cdma_init(struct host1x_cdma *cdma); int host1x_cdma_deinit(struct host1x_cdma *cdma); -void host1x_cdma_stop(struct host1x_cdma *cdma); int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2); void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job);