From: kernel test robot <lkp@intel.com>
To: Saurabh Sengar <saurabh.singh@xilinx.com>
Cc: oe-kbuild-all@lists.linux.dev, git@amd.com,
Michal Simek <monstr@monstr.eu>, Hyun Kwon <hyun.kwon@xilinx.com>
Subject: [xilinx-xlnx:lkp_test 199/504] drivers/gpu/drm/xlnx/xlnx_sdi.c:264:9: error: implicit declaration of function 'writel'
Date: Sat, 11 Jan 2025 06:49:53 +0800 [thread overview]
Message-ID: <202501110604.TYwWbDEf-lkp@intel.com> (raw)
tree: https://github.com/Xilinx/linux-xlnx lkp_test
head: 9ac6b4acf9144465ac1408d4d799635dec0223a0
commit: fd4e677cfcfc2c6455abc12955015afd8c3790e6 [199/504] drm: xlnx: sdi: Adding sdi-tx driver
config: s390-allyesconfig (https://download.01.org/0day-ci/archive/20250111/202501110604.TYwWbDEf-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250111/202501110604.TYwWbDEf-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/202501110604.TYwWbDEf-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/gpu/drm/xlnx/xlnx_sdi.c: In function 'xlnx_sdi_writel':
>> drivers/gpu/drm/xlnx/xlnx_sdi.c:264:9: error: implicit declaration of function 'writel' [-Wimplicit-function-declaration]
264 | writel(val, base + offset);
| ^~~~~~
drivers/gpu/drm/xlnx/xlnx_sdi.c: In function 'xlnx_sdi_readl':
>> drivers/gpu/drm/xlnx/xlnx_sdi.c:269:16: error: implicit declaration of function 'readl' [-Wimplicit-function-declaration]
269 | return readl(base + offset);
| ^~~~~
vim +/writel +264 drivers/gpu/drm/xlnx/xlnx_sdi.c
261
262 static inline void xlnx_sdi_writel(void __iomem *base, int offset, u32 val)
263 {
> 264 writel(val, base + offset);
265 }
266
267 static inline u32 xlnx_sdi_readl(void __iomem *base, int offset)
268 {
> 269 return readl(base + offset);
270 }
271
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-01-10 22:50 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=202501110604.TYwWbDEf-lkp@intel.com \
--to=lkp@intel.com \
--cc=git@amd.com \
--cc=hyun.kwon@xilinx.com \
--cc=monstr@monstr.eu \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=saurabh.singh@xilinx.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 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.