From: kernel test robot <lkp@intel.com>
To: David Heidelberg <david@ixit.cz>
Cc: oe-kbuild-all@lists.linux.dev, Bjorn Andersson <andersson@kernel.org>
Subject: [qcom:drivers-for-7.3 3/12] drivers/soc/qcom/socinfo.c:25:27: error: 'QCOM_ID_SDM850' undeclared here (not in a function); did you mean 'QCOM_ID_SDM450'?
Date: Mon, 06 Jul 2026 12:19:58 +0800 [thread overview]
Message-ID: <202607061242.K5MinnT1-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux drivers-for-7.3
head: 889ee1f4f6633f8300500b529518d30bec282762
commit: 743af1d6a8b4bfa62dd01b5c2d81b1c62ea597f7 [3/12] soc: qcom: socinfo: Add SoC ID for SDM850
config: sh-allyesconfig (https://download.01.org/0day-ci/archive/20260706/202607061242.K5MinnT1-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260706/202607061242.K5MinnT1-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607061242.K5MinnT1-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/soc/qcom/socinfo.c:25:27: error: 'QCOM_ID_SDM850' undeclared here (not in a function); did you mean 'QCOM_ID_SDM450'?
25 | #define qcom_board_id(id) QCOM_ID_ ## id, __stringify(id)
| ^~~~~~~~
drivers/soc/qcom/socinfo.c:428:11: note: in expansion of macro 'qcom_board_id'
428 | { qcom_board_id(SDM850) },
| ^~~~~~~~~~~~~
vim +25 drivers/soc/qcom/socinfo.c
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 23
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 24 /* Helper macros to create soc_id table */
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 @25 #define qcom_board_id(id) QCOM_ID_ ## id, __stringify(id)
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 26 #define qcom_board_id_named(id, name) QCOM_ID_ ## id, (name)
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 27
:::::: The code at line 25 was first introduced by commit
:::::: 34ec89e68db2682469a9a51d9ed4022ee3992389 soc: qcom: socinfo: create soc_id table from bindings
:::::: TO: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
:::::: CC: Bjorn Andersson <andersson@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-07-06 4:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202607061242.K5MinnT1-lkp@intel.com \
--to=lkp@intel.com \
--cc=andersson@kernel.org \
--cc=david@ixit.cz \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.