From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6797870739040689216==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] dma-buf: system_heap: system_heap_buf_ops can be static Date: Sun, 27 Sep 2020 08:36:13 +0800 Message-ID: <20200927003613.GA4752@ce03f01900d4> In-Reply-To: <20200926042453.67517-2-john.stultz@linaro.org> List-Id: --===============6797870739040689216== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- system_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/heaps/system_heap.c b/drivers/dma-buf/heaps/sy= stem_heap.c index ddfa17dc48a87d..50bc22e7c16a64 100644 --- a/drivers/dma-buf/heaps/system_heap.c +++ b/drivers/dma-buf/heaps/system_heap.c @@ -265,7 +265,7 @@ static void system_heap_dma_buf_release(struct dma_buf = *dmabuf) kfree(buffer); } = -const struct dma_buf_ops system_heap_buf_ops =3D { +static const struct dma_buf_ops system_heap_buf_ops =3D { .attach =3D system_heap_attach, .detach =3D system_heap_detatch, .map_dma_buf =3D system_heap_map_dma_buf, --===============6797870739040689216==--