All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti:ti-linux-5.4.y 3179/3255] include/linux/irqchip/irq-pruss-intc.h:47:10: error: 'ENOTSUPP' undeclared
@ 2020-02-07 13:04 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-02-07 13:04 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-linux-5.4.y
head:   7ecc5b3dfa97c125d35a80e422fe1f21b2b8b008
commit: 18a2a382d9ddf95dfa20cab146f38b89f56135db [3179/3255] irqchip/irq-pruss-intc: Add helper functions to configure internal mapping
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
reproduce:
        git checkout 18a2a382d9ddf95dfa20cab146f38b89f56135db
        # save the attached .config to linux build tree
        make ARCH=i386 

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

All errors (new ones prefixed by >>):

   In file included from <command-line>:0:0:
   include/linux/irqchip/irq-pruss-intc.h: In function 'pruss_intc_configure':
>> include/linux/irqchip/irq-pruss-intc.h:47:10: error: 'ENOTSUPP' undeclared (first use in this function)
     return -ENOTSUPP;
             ^~~~~~~~
   include/linux/irqchip/irq-pruss-intc.h:47:10: note: each undeclared identifier is reported only once for each function it appears in
   include/linux/irqchip/irq-pruss-intc.h: In function 'pruss_intc_unconfigure':
   include/linux/irqchip/irq-pruss-intc.h:53:10: error: 'ENOTSUPP' undeclared (first use in this function)
     return -ENOTSUPP;
             ^~~~~~~~

vim +/ENOTSUPP +47 include/linux/irqchip/irq-pruss-intc.h

    43	
    44	static inline int pruss_intc_configure(struct device *dev,
    45					       struct pruss_intc_config *intc_config)
    46	{
  > 47		return -ENOTSUPP;
    48	}
    49	

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

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

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

only message in thread, other threads:[~2020-02-07 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 13:04 [ti:ti-linux-5.4.y 3179/3255] include/linux/irqchip/irq-pruss-intc.h:47:10: error: 'ENOTSUPP' undeclared kbuild 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.