All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Baoyou Xie <baoyou.xie@linaro.org>
Cc: kbuild-all@01.org, will.deacon@arm.com, suzuki.poulose@arm.com,
	olof@lixom.net, mark.rutland@arm.com, bigeasy@linutronix.de,
	a.hajda@samsung.com, linux-kernel@vger.kernel.org, arnd@arndb.de,
	baoyou.xie@linaro.org, xie.baoyou@zte.com.cn
Subject: Re: [PATCH] arm-cci: add cci_enable_port_for_self() declaration in arm-cci.h
Date: Tue, 13 Sep 2016 02:44:36 +0800	[thread overview]
Message-ID: <201609130244.oSBxujA4%fengguang.wu@intel.com> (raw)
In-Reply-To: <1473676253-10779-1-git-send-email-baoyou.xie@linaro.org>

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

Hi Baoyou,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc6 next-20160912]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Baoyou-Xie/arm-cci-add-cci_enable_port_for_self-declaration-in-arm-cci-h/20160912-191816
config: arm64-allmodconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   In file included from drivers/bus/arm-cci.c:17:0:
>> include/linux/arm-cci.h:33:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
    extern asmlinkage void __naked cci_enable_port_for_self(void);
                      ^

vim +33 include/linux/arm-cci.h

    27	#include <asm/arm-cci.h>
    28	
    29	struct device_node;
    30	
    31	#ifdef CONFIG_ARM_CCI
    32	extern bool cci_probed(void);
  > 33	extern asmlinkage void __naked cci_enable_port_for_self(void);
    34	#else
    35	static inline bool cci_probed(void) { return false; }
    36	static inline void ci_enable_port_for_self(void) { return; }

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 51340 bytes --]

  reply	other threads:[~2016-09-12 18:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-12 10:30 [PATCH] arm-cci: add cci_enable_port_for_self() declaration in arm-cci.h Baoyou Xie
2016-09-12 18:44 ` kbuild test robot [this message]
2016-09-12 10:33 Baoyou Xie
2016-09-12 10:35 ` Suzuki K Poulose

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=201609130244.oSBxujA4%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=a.hajda@samsung.com \
    --cc=arnd@arndb.de \
    --cc=baoyou.xie@linaro.org \
    --cc=bigeasy@linutronix.de \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=olof@lixom.net \
    --cc=suzuki.poulose@arm.com \
    --cc=will.deacon@arm.com \
    --cc=xie.baoyou@zte.com.cn \
    /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 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.