From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [next:akpm 202/376] arch/sh/kernel/ioport.c:14:15: error: conflicting type qualifiers for 'sh_io_por
Date: Fri, 21 Sep 2012 10:56:35 +0000 [thread overview]
Message-ID: <20120921105635.GA13728@localhost> (raw)
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
next reply other threads:[~2012-09-21 10:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 10:56 Fengguang Wu [this message]
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
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=20120921105635.GA13728@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.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 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.