From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752176AbbJTMKx (ORCPT ); Tue, 20 Oct 2015 08:10:53 -0400 Received: from mga14.intel.com ([192.55.52.115]:9756 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752065AbbJTMKr (ORCPT ); Tue, 20 Oct 2015 08:10:47 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,707,1437462000"; d="scan'208";a="584510217" Date: Tue, 20 Oct 2015 20:09:27 +0800 From: kbuild test robot To: Daniel Baluta Cc: kbuild-all@01.org, jic23@kernel.org, jlbec@evilplan.org, linux-iio@vger.kernel.org, linux-fsdevel@vger.kernel.org, lars@metafoo.de, knaack.h@gmx.de, linux-kernel@vger.kernel.org, octavian.purdila@intel.com, pebolle@tiscali.nl, patrick.porlan@intel.com, adriana.reus@intel.com, constantin.musca@intel.com, marten@intuitiveaerial.com, daniel.baluta@intel.com, cristina.opriceana@gmail.com, pmeerw@pmeerw.net, hch@lst.de, viro@zeniv.linux.org.uk, akpm@linux-foundation.org Subject: [RFC PATCH] iio: core: iio_triggers_group_type can be static Message-ID: <20151020120927.GA88262@lkp-ib03> References: <201510202040.AtQT4SBx%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445338426-4126-4-git-send-email-daniel.baluta@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Fengguang Wu --- 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, };