[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201608092207.ICxAopRt%fengguang.wu@intel.com>
Date: Tue, 9 Aug 2016 22:12:10 +0800
From: kbuild test robot <lkp@...el.com>
To: Paul Burton <paul.burton@...tec.com>
Cc: kbuild-all@...org, linux-mips@...ux-mips.org,
Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paul.burton@...tec.com>,
Tejun Heo <tj@...nel.org>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Tony Luck <tony.luck@...el.com>, Jiri Slaby <jslaby@...e.cz>,
Daniel Vetter <daniel.vetter@...ll.ch>,
Russell King <rmk+kernel@....linux.org.uk>,
Emil Velikov <emil.l.velikov@...il.com>,
Ivan Delalande <colona@...sta.com>,
Thierry Reding <treding@...dia.com>,
Petr Mladek <pmladek@...e.com>, linux-kernel@...r.kernel.org,
Geliang Tang <geliangtang@....com>,
Dave Young <dyoung@...hat.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
Mathias Krause <minipli@...glemail.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] console: Don't prefer first registered if DT specifies
stdout-path
Hi Paul,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc1 next-20160809]
[cannot apply to linux/master]
[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/Paul-Burton/console-Don-t-prefer-first-registered-if-DT-specifies-stdout-path/20160809-205816
config: sh-ecovec24_defconfig (attached as .config)
compiler: sh4-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=sh
All errors (new ones prefixed by >>):
In file included from arch/sh/kernel/setup.c:14:0:
>> include/linux/console.h:179:20: error: 'console_set_by_of' declared 'static' but never defined [-Werror=unused-function]
static inline void console_set_by_of(void);
^
cc1: all warnings being treated as errors
vim +179 include/linux/console.h
173 #endif
174 extern bool console_suspend_enabled;
175
176 #ifdef CONFIG_OF
177 extern void console_set_by_of(void);
178 #else
> 179 static inline void console_set_by_of(void);
180 #endif
181
182 /* Suspend and resume console messages over PM events */
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (15889 bytes)
Powered by blists - more mailing lists