From: kernel test robot <lkp@intel.com>
To: Pratap Nirujogi <pratap.nirujogi@amd.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-kernel@vger.kernel.org,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Benjamin Chan" <benjamin.chan@amd.com>,
"Mario Limonciello" <mario.limonciello@amd.com>,
"Hans de Goede" <hdegoede@redhat.com>,
"Armin Wolf" <W_Armin@gmx.de>
Subject: drivers/platform/x86/amd/amd_isp4.c:154:28: error: incomplete definition of type 'struct module'
Date: Sun, 15 Jun 2025 03:26:56 +0800 [thread overview]
Message-ID: <202506150313.UHoIoVhR-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 8c6bc74c7f8910ed4c969ccec52e98716f98700a
commit: 90b85567e45736b662d034be536a76ba0f4c7ca8 platform/x86: Add AMD ISP platform config for OV05C10
date: 4 weeks ago
config: x86_64-buildonly-randconfig-001-20250615 (https://download.01.org/0day-ci/archive/20250615/202506150313.UHoIoVhR-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250615/202506150313.UHoIoVhR-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/202506150313.UHoIoVhR-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/platform/x86/amd/amd_isp4.c:154:28: error: incomplete definition of type 'struct module'
154 | return !strcmp(adap->owner->name, "i2c_designware_amdisp");
| ~~~~~~~~~~~^
arch/x86/include/asm/alternative.h:99:8: note: forward declaration of 'struct module'
99 | struct module;
| ^
1 error generated.
vim +154 drivers/platform/x86/amd/amd_isp4.c
151
152 static inline bool is_isp_i2c_adapter(struct i2c_adapter *adap)
153 {
> 154 return !strcmp(adap->owner->name, "i2c_designware_amdisp");
155 }
156
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-06-14 19:27 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=202506150313.UHoIoVhR-lkp@intel.com \
--to=lkp@intel.com \
--cc=W_Armin@gmx.de \
--cc=benjamin.chan@amd.com \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mario.limonciello@amd.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pratap.nirujogi@amd.com \
/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
all inboxes | Powered by JetHome®