lkml.org 
[lkml]   [2015]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC PATCH] iio: core: iio_triggers_group_type can be static

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,
};


\
 
 \ /
  Last update: 2015-10-20 14:21    [W:0.024 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site