Hi Vivek,

[auto build test ERROR on balbi-usb/next]
[also build test ERROR on v4.11-rc5 next-20170403]
[cannot apply to pza/reset/next]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Vivek-Gautam/reset-APIs-to-manage-a-list-of-resets/20170404-111639
base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: i386-randconfig-r0-201714 (attached as .config)
compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/usb/dwc2/platform.c:48:0:
>> include/linux/reset.h:84:1: error: expected identifier or '(' before '{' 
>> token
    {
    ^
   include/linux/reset.h:83:19: warning: 'of_reset_control_get_count' declared 
'static' but never defined [-Wunused-function]
    static inline int of_reset_control_get_count(struct device_node *node);
                      ^

vim +84 include/linux/reset.h

    78                                          int index, bool shared, bool 
optional)
    79  {
    80          return optional ? NULL : ERR_PTR(-ENOTSUPP);
    81  }
    82  
    83  static inline int of_reset_control_get_count(struct device_node *node);
  > 84  {
    85          return -ENOTSUPP;
    86  }
    87  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to