public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [next:akpm 202/376] arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io_por
@ 2012-09-21 10:56 Fengguang Wu
  2012-09-21 14:51 ` [next:akpm 202/376] arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io Andi Kleen
  2012-09-21 19:33 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Fengguang Wu @ 2012-09-21 10:56 UTC (permalink / raw)
  To: kernel-janitors

Hi Andi,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git akpm
head:   69921c36f9e0e4e7952fa2583bf2d33713835eaf
commit: 11f7c1c694b94586a232a50eebdd623255d60d72 [202/376] sections: fix section conflicts in arch/sh
config: sh-titan_defconfig

All related error/warning messages:

arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io_port_base'
In file included from include/linux/io.h:22:0,
                 from arch/sh/kernel/ioport.c:12:
arch/sh/include/asm/io.h:137:28: note: previous declaration of 'sh_io_port_base' was here
arch/sh/kernel/ioport.c:15:1: error: conflicting type qualifiers for 'sh_io_port_base'
In file included from include/linux/io.h:22:0,
                 from arch/sh/kernel/ioport.c:12:
arch/sh/include/asm/io.h:137:28: note: previous declaration of 'sh_io_port_base' was here

vim +14 arch/sh/kernel/ioport.c
     8	 * License.  See the file "COPYING" in the main directory of this archive
     9	 * for more details.
    10	 */
    11	#include <linux/module.h>
    12	#include <linux/io.h>
    13	
  > 14	unsigned long sh_io_port_base __read_mostly = -1;
    15	EXPORT_SYMBOL(sh_io_port_base);
    16	
    17	void __iomem *__ioport_map(unsigned long addr, unsigned int size)

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-21 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 10:56 [next:akpm 202/376] arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io_por Fengguang Wu
2012-09-21 14:51 ` [next:akpm 202/376] arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io Andi Kleen
2012-09-21 19:33 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox