From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gnuweeb.org (Postfix) with ESMTPS id 625C97E58A for ; Sat, 11 Jun 2022 20:09:44 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=BWIf4Wkf; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654978184; x=1686514184; h=date:from:to:cc:subject:message-id:mime-version; bh=Olh02j3wi2fQZDkwNjfefhjGDhiY15t33SL5mIHfbKo=; b=BWIf4WkfJu8I7aQtgwmewK433ve4mHn4O1hmYnCtmucCnA6UQPZGS5YC tDbbkLPACNIqXy9buquH/1Didi8z7dOTLnZnqq9oIWAlxSRb6xVf6VeVl 2SOCwMy3tBqEm8sPkGq/TnwssF/J0GFca8FIxLHkYsrpBYcAtJMMmmK3j oATfomDKZgZdVm7novdXW1N/n2IzMUsVlhJacMGLHFmVbuIQiYO+PceTQ RSp6mBi/3llXiC71zdkltFQpPh7/etXczhZnZhQIpHggnTtBX/ubh/rgP rZXwakMWQWAEgT2uNB4f+Wbh/dv+KYPVy4ID6VpiAY4NnMCoxGzImJaFa A==; X-IronPort-AV: E=McAfee;i="6400,9594,10375"; a="279027336" X-IronPort-AV: E=Sophos;i="5.91,294,1647327600"; d="scan'208";a="279027336" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2022 13:09:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,294,1647327600"; d="scan'208";a="611185440" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 11 Jun 2022 13:09:41 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o07QS-000JFS-Od; Sat, 11 Jun 2022 20:09:40 +0000 Date: Sun, 12 Jun 2022 04:09:37 +0800 From: kernel test robot To: Vasanthakumar Thiagarajan Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Kalle Valo , Bhagavathi Perumal S , Karthikeyan Periyasamy , Pradeep Kumar Chitrapu , P Praneesh , Ramya Gnanasekar , Sriram R Subject: [ammarfaizi2-block:kvalo/ath/ath12k-bringup 29/59] drivers/net/wireless/ath/ath12k/pci.c:667:14: error: implicit declaration of function 'of_property_read_u32' Message-ID: <202206120434.r1vyzSDI-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Hi Vasanthakumar, FYI, the error/warning still remains. tree: https://github.com/ammarfaizi2/linux-block kvalo/ath/ath12k-bringup head: 56d7bae345221fbbbabd4742151baf4d21e4822d commit: f40abb4788a2a3868606a29d99583421e0874350 [29/59] ath12k: New driver for Qualcomm 11be hw family config: ia64-allmodconfig (https://download.01.org/0day-ci/archive/20220612/202206120434.r1vyzSDI-lkp@intel.com/config) compiler: ia64-linux-gcc (GCC) 11.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/ammarfaizi2/linux-block/commit/f40abb4788a2a3868606a29d99583421e0874350 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block kvalo/ath/ath12k-bringup git checkout f40abb4788a2a3868606a29d99583421e0874350 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/net/wireless/ath/ath12k/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/net/wireless/ath/ath12k/pci.c: In function 'ath12k_pci_init_qmi_ce_config': >> drivers/net/wireless/ath/ath12k/pci.c:667:14: error: implicit declaration of function 'of_property_read_u32' [-Werror=implicit-function-declaration] 667 | if (!of_property_read_u32(ab->dev->of_node, "qrtr_instance_id", &instance_id)) | ^~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +/of_property_read_u32 +667 drivers/net/wireless/ath/ath12k/pci.c 655 656 static void ath12k_pci_init_qmi_ce_config(struct ath12k_base *ab) 657 { 658 struct ath12k_qmi_ce_cfg *cfg = &ab->qmi.ce_cfg; 659 u32 instance_id = 0; 660 661 cfg->tgt_ce = ab->hw_params.target_ce_config; 662 cfg->tgt_ce_len = ab->hw_params.target_ce_count; 663 664 cfg->svc_to_ce_map = ab->hw_params.svc_to_ce_map; 665 cfg->svc_to_ce_map_len = ab->hw_params.svc_to_ce_map_len; 666 ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; > 667 if (!of_property_read_u32(ab->dev->of_node, "qrtr_instance_id", &instance_id)) 668 ab->qmi.service_ins_id = instance_id + ATH12K_QMI_WLFW_NODE_ID_BASE; 669 } 670 -- 0-DAY CI Kernel Test Service https://01.org/lkp