From: kernel test robot <lkp@intel.com>
To: Chen-Yu Tsai <wenst@chromium.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [wens:mtk-wip 52/54] drivers/gpu/drm/drm_mipi_dsi.c:1421:42: error: use of undeclared identifier 'mipi_dsi_of_notifier'
Date: Sun, 21 Jan 2024 04:20:41 +0800 [thread overview]
Message-ID: <202401210400.XksXjSht-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/wens/linux.git mtk-wip
head: 6a64fb8a7a10a804baffc30e4a05d56bf6d8ab91
commit: 1d5d5d0fe3f1402cf026845df7bbe19d70a47071 [52/54] drm/mipi-dsi: Add OF notifier handler
config: i386-randconfig-001-20240120 (https://download.01.org/0day-ci/archive/20240121/202401210400.XksXjSht-lkp@intel.com/config)
compiler: ClangBuiltLinux clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240121/202401210400.XksXjSht-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/202401210400.XksXjSht-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/drm_mipi_dsi.c:1421:42: error: use of undeclared identifier 'mipi_dsi_of_notifier'
1421 | WARN_ON(of_reconfig_notifier_register(&mipi_dsi_of_notifier));
| ^
1 error generated.
vim +/mipi_dsi_of_notifier +1421 drivers/gpu/drm/drm_mipi_dsi.c
1417
1418 static int __init mipi_dsi_bus_init(void)
1419 {
1420 if (IS_ENABLED(CONFIG_OF_DYNAMIC))
> 1421 WARN_ON(of_reconfig_notifier_register(&mipi_dsi_of_notifier));
1422 return bus_register(&mipi_dsi_bus_type);
1423 }
1424 postcore_initcall(mipi_dsi_bus_init);
1425
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-01-20 20: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=202401210400.XksXjSht-lkp@intel.com \
--to=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=wenst@chromium.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox