From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1704797891696841586==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] dma-buf: heaps: cma_heap_buf_ops can be static Date: Sun, 27 Sep 2020 09:32:55 +0800 Message-ID: <20200927013255.GA62587@ce03f01900d4> In-Reply-To: <20200926042453.67517-3-john.stultz@linaro.org> List-Id: --===============1704797891696841586== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- cma_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/heaps/cma_heap.c b/drivers/dma-buf/heaps/cma_h= eap.c index 3adfdbed08293..49f65b4ea19af 100644 --- a/drivers/dma-buf/heaps/cma_heap.c +++ b/drivers/dma-buf/heaps/cma_heap.c @@ -240,7 +240,7 @@ static void cma_heap_dma_buf_release(struct dma_buf *dm= abuf) kfree(buffer); } = -const struct dma_buf_ops cma_heap_buf_ops =3D { +static const struct dma_buf_ops cma_heap_buf_ops =3D { .attach =3D cma_heap_attach, .detach =3D cma_heap_detatch, .map_dma_buf =3D cma_heap_map_dma_buf, --===============1704797891696841586==--