All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
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	[thread overview]
Message-ID: <20210317155736.GA70435@e36cf105e71e> (raw)
In-Reply-To: <202103172338.acvmDsR4-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]


Fixes: fb68cc895bd6 ("WIP: Add async notifier state debug")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 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;

      reply	other threads:[~2021-03-17 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-17 15:57 [rcar:vsp1/v3u 13/23] drivers/media/v4l2-core/v4l2-async.c:777:5: sparse: sparse: symbol 'v4l2_async_pending_devices' was not declared. Should it be kernel test robot
2021-03-17 15:57 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210317155736.GA70435@e36cf105e71e \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.