Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1251628
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH] iio: core: iio_triggers_group_type can be static |
| Date | 2015-10-20 14:20 +0200 |
| Message-ID | <qlE3w-3rm-25@gated-at.bofh.it> (permalink) |
| References | <qlE3w-3rm-27@gated-at.bofh.it> <qlCO6-1qN-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
industrialio-configfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/industrialio-configfs.c b/drivers/iio/industrialio-configfs.c
index 9a9f8bc..cbce23b 100644
--- a/drivers/iio/industrialio-configfs.c
+++ b/drivers/iio/industrialio-configfs.c
@@ -51,7 +51,7 @@ struct config_item_type iio_trigger_type_group_type = {
};
EXPORT_SYMBOL(iio_trigger_type_group_type);
-struct config_item_type iio_triggers_group_type = {
+static struct config_item_type iio_triggers_group_type = {
.ct_owner = THIS_MODULE,
};
--
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 | Next in thread | Find similar | Unroll thread
[PATCH v8 3/5] iio: core: Introduce IIO software triggers Daniel Baluta <daniel.baluta@intel.com> - 2015-10-20 13:00 +0200 [RFC PATCH] iio: core: iio_triggers_group_type can be static kbuild test robot <lkp@intel.com> - 2015-10-20 14:20 +0200 Re: [PATCH v8 3/5] iio: core: Introduce IIO software triggers kbuild test robot <lkp@intel.com> - 2015-10-20 14:20 +0200
csiph-web