Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756073AbbLAUTO (ORCPT ); Tue, 1 Dec 2015 15:19:14 -0500 Received: from mga01.intel.com ([192.55.52.88]:62348 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755924AbbLAUTK (ORCPT ); Tue, 1 Dec 2015 15:19:10 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,370,1444719600"; d="scan'208";a="5712371" Date: Wed, 2 Dec 2015 04:20:11 +0800 From: kbuild test robot To: Nishanth Menon Cc: kbuild-all@01.org, Philipp Zabel , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nishanth Menon Subject: Re: [PATCH] reset: Introduce static inline dummy function when CONFIG_RESET_CONTROLLER Message-ID: <201512020452.RzkhnbRw%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448984088-31904-1-git-send-email-nm@ti.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 Content-Length: 2618 Lines: 60 Hi Nishanth, [auto build test WARNING on: v4.4-rc3] [also build test WARNING on: next-20151127] url: https://github.com/0day-ci/linux/commits/Nishanth-Menon/reset-Introduce-static-inline-dummy-function-when-CONFIG_RESET_CONTROLLER/20151201-233708 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor conditional include/linux/compiler.h:228:8: sparse: attribute 'no_sanitize_address': unknown attribute In file included from drivers/reset/core.c:18:0: include/linux/reset-controller.h:1:0: error: unterminated #ifndef #ifndef _LINUX_RESET_CONTROLLER_H_ ^ -- >> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor conditional >> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor conditional include/linux/compiler.h:228:8: sparse: attribute 'no_sanitize_address': unknown attribute In file included from drivers/clk/qcom/reset.c:17:0: include/linux/reset-controller.h:1:0: error: unterminated #ifndef #ifndef _LINUX_RESET_CONTROLLER_H_ ^ In file included from drivers/clk/qcom/reset.h:17:0, from drivers/clk/qcom/reset.c:20: include/linux/reset-controller.h:1:0: error: unterminated #ifndef #ifndef _LINUX_RESET_CONTROLLER_H_ ^ vim +1 include/linux/reset-controller.h 61fc4131 Philipp Zabel 2012-11-19 @1 #ifndef _LINUX_RESET_CONTROLLER_H_ 61fc4131 Philipp Zabel 2012-11-19 2 #define _LINUX_RESET_CONTROLLER_H_ 61fc4131 Philipp Zabel 2012-11-19 3 61fc4131 Philipp Zabel 2012-11-19 4 #include 61fc4131 Philipp Zabel 2012-11-19 5 61fc4131 Philipp Zabel 2012-11-19 6 struct reset_controller_dev; 61fc4131 Philipp Zabel 2012-11-19 7 61fc4131 Philipp Zabel 2012-11-19 8 /** 61fc4131 Philipp Zabel 2012-11-19 9 * struct reset_control_ops :::::: The code at line 1 was first introduced by commit :::::: 61fc41317666be400802ac793f47de816ef7bd57 reset: Add reset controller API :::::: TO: Philipp Zabel :::::: CC: Philipp Zabel --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -- 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/