From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0129927634541339790==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH habanaai] habanalabs: sync_stream_queue_reset() can be static Date: Tue, 16 Jun 2020 20:55:03 +0800 Message-ID: <20200616125503.GA8180@6a4c1e4abc06> In-Reply-To: <202006162015.ftMTr7De%lkp@intel.com> List-Id: --===============0129927634541339790== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: d3a635399f51 ("habanalabs: sync stream generic functionality") Signed-off-by: kernel test robot --- hw_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/habanalabs/hw_queue.c b/drivers/misc/habanalabs/h= w_queue.c index a8fa8021c617e..27f0c34b63b9b 100644 --- a/drivers/misc/habanalabs/hw_queue.c +++ b/drivers/misc/habanalabs/hw_queue.c @@ -752,7 +752,7 @@ static void sync_stream_queue_init(struct hl_device *hd= ev, u32 q_idx) } } = -void sync_stream_queue_reset(struct hl_device *hdev, u32 q_idx) +static void sync_stream_queue_reset(struct hl_device *hdev, u32 q_idx) { struct hl_hw_queue *hw_queue =3D &hdev->kernel_queues[q_idx]; =20 --===============0129927634541339790==--