linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [xlnx:pr/141 7244/7257] sound/drivers/xylon/logii2s.h:111:2: error: unknown type name 'spinlock_t'
@ 2020-06-15  8:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-06-15  8:55 UTC (permalink / raw)
  To: puhitaku; +Cc: kbuild-all, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 2338 bytes --]

tree:   https://github.com/Xilinx/linux-xlnx pr/141
head:   db995e4e810a4df3511b95cec55cd8d955b1b52d
commit: d9f8c581a57f95963d6825e9ed6abd89c4099e15 [7244/7257] Fix Makefile typo
config: ia64-allyesconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 7.5.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout d9f8c581a57f95963d6825e9ed6abd89c4099e15
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-7.5.0 make.cross ARCH=ia64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

In file included from sound/drivers/xylon/logii2s.c:19:0:
>> sound/drivers/xylon/logii2s.h:111:2: error: unknown type name 'spinlock_t'
spinlock_t lock;
^~~~~~~~~~

vim +/spinlock_t +111 sound/drivers/xylon/logii2s.h

4b89f92a14681c puhitaku 2018-10-26  107  
4b89f92a14681c puhitaku 2018-10-26  108  struct logii2s_pcm_data {
4b89f92a14681c puhitaku 2018-10-26  109  	struct logii2s_port *port;
4b89f92a14681c puhitaku 2018-10-26  110  	struct snd_pcm_substream *substream;
4b89f92a14681c puhitaku 2018-10-26 @111  	spinlock_t lock;
4b89f92a14681c puhitaku 2018-10-26  112  	unsigned int buf_pos;
4b89f92a14681c puhitaku 2018-10-26  113  	unsigned int buf_sz;
4b89f92a14681c puhitaku 2018-10-26  114  	unsigned int xfer_dir;
4b89f92a14681c puhitaku 2018-10-26  115  
4b89f92a14681c puhitaku 2018-10-26  116  	/* Raw mic alignment info */
4b89f92a14681c puhitaku 2018-10-26  117  	unsigned char is_aligned;
4b89f92a14681c puhitaku 2018-10-26  118  
4b89f92a14681c puhitaku 2018-10-26  119      /* Last R channel sample */
4b89f92a14681c puhitaku 2018-10-26  120      u32 last_r;
4b89f92a14681c puhitaku 2018-10-26  121  };
4b89f92a14681c puhitaku 2018-10-26  122  

:::::: The code at line 111 was first introduced by commit
:::::: 4b89f92a14681c6d7068c5cea7d7df3f8ccaec61 Move struct definition to share it among other sources

:::::: TO: puhitaku <puhitaku@gmail.com>
:::::: CC: puhitaku <puhitaku@gmail.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 51804 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

only message in thread, other threads:[~2020-06-15  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  8:55 [xlnx:pr/141 7244/7257] sound/drivers/xylon/logii2s.h:111:2: error: unknown type name 'spinlock_t' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).