linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: kbuild-all@01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Manfred Spraul <manfred@colorfullife.com>,
	Johannes Weiner <hannes@cmpxchg.org>
Subject: [RFC PATCH mmotm] virtgpu_gem_prime_import_sg_table() can be static
Date: Fri, 26 Apr 2019 18:27:48 +0800	[thread overview]
Message-ID: <20190426102748.GA77131@lkp-kbuild16> (raw)
In-Reply-To: <201904261833.Kd9aE58N%lkp@intel.com>


Fixes: 4a323f14cbb7 ("linux-next-git-rejects")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 virtgpu_prime.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/virtio/virtgpu_prime.c b/drivers/gpu/drm/virtio/virtgpu_prime.c
index 8fbf71b..6e8880e3 100644
--- a/drivers/gpu/drm/virtio/virtgpu_prime.c
+++ b/drivers/gpu/drm/virtio/virtgpu_prime.c
@@ -40,7 +40,7 @@ struct sg_table *virtgpu_gem_prime_get_sg_table(struct drm_gem_object *obj)
 				     bo->tbo.ttm->num_pages);
 }
 
-struct drm_gem_object *virtgpu_gem_prime_import_sg_table(
+static struct drm_gem_object *virtgpu_gem_prime_import_sg_table(
 	struct drm_device *dev, struct dma_buf_attachment *attach,
 	struct sg_table *table)
 {


      reply	other threads:[~2019-04-26 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-26 10:27 [mmotm:master 351/375] drivers/gpu/drm/virtio/virtgpu_prime.c:43:23: sparse: sparse: symbol 'virtgpu_gem_prime_import_sg_table' was not declared. Should it be static? kbuild test robot
2019-04-26 10:27 ` kbuild 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=20190426102748.GA77131@lkp-kbuild16 \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    --cc=manfred@colorfullife.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox