From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0117164784801694907==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH rcar] WIP: v4l2_async_pending_devices() can be static Date: Wed, 17 Mar 2021 23:57:36 +0800 Message-ID: <20210317155736.GA70435@e36cf105e71e> In-Reply-To: <202103172338.acvmDsR4-lkp@intel.com> List-Id: --===============0117164784801694907== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: fb68cc895bd6 ("WIP: Add async notifier state debug") Reported-by: kernel test robot Signed-off-by: kernel test robot --- v4l2-async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core= /v4l2-async.c index 65309d93c34acd..3e7d8654e7e765 100644 --- a/drivers/media/v4l2-core/v4l2-async.c +++ b/drivers/media/v4l2-core/v4l2-async.c @@ -774,7 +774,7 @@ int v4l2_async_register_subdev(struct v4l2_subdev *sd) EXPORT_SYMBOL(v4l2_async_register_subdev); = = -int v4l2_async_pending_devices(void) +static int v4l2_async_pending_devices(void) { struct v4l2_async_notifier *notifier; struct v4l2_subdev *sd; --===============0117164784801694907==--