Hi Michael,

[auto build test ERROR on net-next/master -- if it's inappropriate base, please 
suggest rules for selecting the more suitable base]

url:    
https://github.com/0day-ci/linux/commits/Michael-Grzeschik/arcnet-move-dev_free_skb-to-its-only-user/20151021-235034
config: i386-randconfig-x008-10211814 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/arcnet/arcnet.c: In function 'arcnet_led_event':
>> drivers/net/arcnet/arcnet.c:203:3: error: implicit declaration of function 
>> 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration]
      led_trigger_blink_oneshot(lp->recon_led_trig,
      ^
   cc1: some warnings being treated as errors

vim +/led_trigger_blink_oneshot +203 drivers/net/arcnet/arcnet.c

   197          struct arcnet_local *lp = netdev_priv(dev);
   198          unsigned long led_delay = 350;
   199          unsigned long tx_delay = 50;
   200  
   201          switch (event) {
   202          case ARCNET_LED_EVENT_RECON:
 > 203                  led_trigger_blink_oneshot(lp->recon_led_trig,
   204                                            &led_delay, &led_delay, 0);
   205                  break;
   206          case ARCNET_LED_EVENT_OPEN:

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

Attachment: .config.gz
Description: Binary data

Reply via email to