Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239457
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH] SMAF: smaf_cma can be static |
| Date | 2015-10-05 13:00 +0200 |
| Message-ID | <qgbES-56q-31@gated-at.bofh.it> (permalink) |
| References | <qgbER-56q-1@gated-at.bofh.it> <qgb2b-4nd-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
smaf-cma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/smaf/smaf-cma.c b/drivers/smaf/smaf-cma.c
index ab38717..9fbd9b7 100644
--- a/drivers/smaf/smaf-cma.c
+++ b/drivers/smaf/smaf-cma.c
@@ -175,7 +175,7 @@ error:
return NULL;
}
-struct smaf_allocator smaf_cma = {
+static struct smaf_allocator smaf_cma = {
.match = smaf_cma_match,
.allocate = smaf_cma_allocate,
.name = "smaf-cma",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 2/2] SMAF: add CMA allocator Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2015-10-05 12:20 +0200 Re: [PATCH v4 2/2] SMAF: add CMA allocator kbuild test robot <lkp@intel.com> - 2015-10-05 13:00 +0200 [RFC PATCH] SMAF: smaf_cma can be static kbuild test robot <lkp@intel.com> - 2015-10-05 13:00 +0200
csiph-web