All of lore.kernel.org
 help / color / mirror / Atom feed
* [xilinx-xlnx:lkp_test 199/504] drivers/gpu/drm/xlnx/xlnx_sdi.c:264:9: error: implicit declaration of function 'writel'
@ 2025-01-10 22:49 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-01-10 22:49 UTC (permalink / raw)
  To: Saurabh Sengar; +Cc: oe-kbuild-all, git, Michal Simek, Hyun Kwon

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-10 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 22:49 [xilinx-xlnx:lkp_test 199/504] drivers/gpu/drm/xlnx/xlnx_sdi.c:264:9: error: implicit declaration of function 'writel' kernel test robot

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.