linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Daniel Walter <dwalter@google.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Johannes Weiner <hannes@cmpxchg.org>,
	kbuild-all@01.org
Subject: [mmotm:master 267/319] drivers/staging/emxx_udc/emxx_udc.c:3287:3: error: implicit declaration of function 'strict_strtol'
Date: Fri, 27 Jun 2014 01:16:27 +0800	[thread overview]
Message-ID: <53ac556b.+g45EjHnjjbYiaYP%fengguang.wu@intel.com> (raw)

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   9477ec75947f2cf0fc47e8ab781a5e9171099be2
commit: a8dd850199c85e4c424a6c4b0d80288d3b1f4ba5 [267/319] include/linux: remove strict_strto* definitions
config: make ARCH=arm allmodconfig

All error/warnings:

   drivers/staging/emxx_udc/emxx_udc.c: In function 'nbu2ss_drv_set_ep_info':
>> drivers/staging/emxx_udc/emxx_udc.c:3287:3: error: implicit declaration of function 'strict_strtol' [-Werror=implicit-function-declaration]
      res = strict_strtol(tempbuf, 16, &num);
      ^
   drivers/staging/emxx_udc/emxx_udc.c: In function 'nbu2ss_drv_probe':
   drivers/staging/emxx_udc/emxx_udc.c:3370:2: error: implicit declaration of function 'devm_request_and_ioremap' [-Werror=implicit-function-declaration]
     mmio_base = devm_request_and_ioremap(&pdev->dev, r);
     ^
   drivers/staging/emxx_udc/emxx_udc.c:3370:12: warning: assignment makes pointer from integer without a cast
     mmio_base = devm_request_and_ioremap(&pdev->dev, r);
               ^
   cc1: some warnings being treated as errors

vim +/strict_strtol +3287 drivers/staging/emxx_udc/emxx_udc.c

3d17e832e mmotm auto import 2014-06-26  3281  		long	num;
3d17e832e mmotm auto import 2014-06-26  3282  		int	res;
3d17e832e mmotm auto import 2014-06-26  3283  		char	tempbuf[2];
3d17e832e mmotm auto import 2014-06-26  3284  
3d17e832e mmotm auto import 2014-06-26  3285  		tempbuf[0] = name[2];
3d17e832e mmotm auto import 2014-06-26  3286  		tempbuf[1] = '\0';
3d17e832e mmotm auto import 2014-06-26 @3287  		res = strict_strtol(tempbuf, 16, &num);
3d17e832e mmotm auto import 2014-06-26  3288  
3d17e832e mmotm auto import 2014-06-26  3289  		if (num == 0)
3d17e832e mmotm auto import 2014-06-26  3290  			ep->ep.maxpacket = EP0_PACKETSIZE;

:::::: The code at line 3287 was first introduced by commit
:::::: 3d17e832e96cd00132dd72bede3f5435b5c9b540 linux-next

:::::: TO: mmotm auto import <mm-commits@vger.kernel.org>
:::::: CC: Johannes Weiner <hannes@cmpxchg.org>

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

                 reply	other threads:[~2014-06-26 17:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53ac556b.+g45EjHnjjbYiaYP%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=dwalter@google.com \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox