All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kwanghoon Son <k.son@samsung.com>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>,
	"mchehab@kernel.org" <mchehab@kernel.org>,
	"krzysztof.kozlowski@linaro.org" <krzysztof.kozlowski@linaro.org>,
	ALIM AKHTAR <alim.akhtar@samsung.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	"linux-samsung-soc@vger.kernel.org" 
	<linux-samsung-soc@vger.kernel.org>
Subject: [PATCH] media: exynos4-is: Fix compile warning
Date: Wed, 20 Apr 2022 14:11:49 +0900	[thread overview]
Message-ID: <20220420051149epcms1p469ac91524037074586d368fe901e0964@epcms1p4> (raw)
In-Reply-To: CGME20220420045732epcms1p7bdaf82873a4328153b456ee4e3a5660a@epcms1p4

declare 'static' to fix warning message from
https://lore.kernel.org/linux-media/202204192315.ZHbOex51-lkp@intel.com/T/#u

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Kwang Son <k.son@samsung.com>
---
 drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h b/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h
index edcb3a5e3cb9..2dd4ddbc748a 100644
--- a/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h
@@ -32,7 +32,7 @@ static inline int fimc_isp_video_device_register(struct fimc_isp *isp,
 	return 0;
 }
 
-void fimc_isp_video_device_unregister(struct fimc_isp *isp,
+static inline void fimc_isp_video_device_unregister(struct fimc_isp *isp,
 				enum v4l2_buf_type type)
 {
 }
-- 
2.20.1

       reply	other threads:[~2022-04-20  5:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220420045732epcms1p7bdaf82873a4328153b456ee4e3a5660a@epcms1p4>
2022-04-20  5:11 ` Kwanghoon Son [this message]
2022-04-20  6:31   ` [PATCH] media: exynos4-is: Fix compile warning Krzysztof Kozlowski
     [not found] <CGME20220420045732epcms1p7bdaf82873a4328153b456ee4e3a5660a@epcms1p2>
2022-04-20  5:07 ` Kwanghoon Son

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=20220420051149epcms1p469ac91524037074586d368fe901e0964@epcms1p4 \
    --to=k.son@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=s.nawrocki@samsung.com \
    /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.