Re: [PATCH v2 1/4] asm-generic: add pci required defines and functions

2015-10-14 Thread kbuild test robot
Hi Ley, [auto build test WARNING on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Ley-Foon-Tan/Add-PCI-support-on-nios2-architecture/20151014-143651 reproduce: # apt-get install sparse

Re: [PATCH v2 1/4] asm-generic: add pci required defines and functions

2015-10-14 Thread kbuild test robot
Hi Ley, [auto build test WARNING on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Ley-Foon-Tan/Add-PCI-support-on-nios2-architecture/20151014-143651 config: frv-defconfig (attached as .config)

Re: [PATCH v2 1/4] asm-generic: add pci required defines and functions

2015-10-14 Thread kbuild test robot
Hi Ley, [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Ley-Foon-Tan/Add-PCI-support-on-nios2-architecture/20151014-143651 config: x86_64-lkp (attached as .config) repro

[PATCH v2 1/4] asm-generic: add pci required defines and functions

2015-10-13 Thread Ley Foon Tan
Add the generic #define and functions that required by the PCI framework. Architecture pci.h can overwrite with their implementation if needed. Signed-off-by: Ley Foon Tan --- include/asm-generic/pci.h | 34 ++ 1 file changed, 34 insertions(+) diff --git a/includ