From: Randy Dunlap <randy.dunlap@oracle.com>
To: dedekind1@gmail.com
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
David Woodhouse <dwmw2@infradead.org>,
linux-mtd@lists.infradead.org,
Grant Likely <grant.likely@secretlab.ca>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Vitaly Wool <vwool@ru.mvista.com>
Subject: Re: linux-next: Tree for June 24 (mtd + of)
Date: Fri, 24 Jun 2011 13:38:40 -0700 [thread overview]
Message-ID: <4E04F5D0.9090900@oracle.com> (raw)
In-Reply-To: <1308947172.13493.37.camel@koala>
On 06/24/11 13:26, Artem Bityutskiy wrote:
> On Fri, 2011-06-24 at 09:04 -0700, Randy Dunlap wrote:
>> On Fri, 24 Jun 2011 15:58:22 +1000 Stephen Rothwell wrote:
>>
>>> Hi all,
>>>
>>> Changes since 20110623:
>>>
>>> My fixes tree includes:
>>> (as an experiment) the early part of mmotm-2011-06-22-13-05
>>> STAGING: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHE
>>
>>
>> When CONFIG_MTD=m, CONFIG_MTD_OF_PARTS=y:
>>
>> drivers/mtd/ofpart.o: In function `init_module':
>> ofpart.c:(.init.text+0x0): multiple definition of `init_module'
>> drivers/mtd/mtdcore.o:(.init.text+0x43): first defined here
>
> I guess this is some old issue? I do not think ofpart can be compiled-in
> if the mtd core is a module...
[adding driver author, Vitaly]
No, it's a current issue.
config MTD_OF_PARTS
def_bool y
depends on OF
and (implicitly) depends on MTD. MTD=m, so boolean => y.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
WARNING: multiple messages have this Message-ID (diff)
From: Randy Dunlap <randy.dunlap@oracle.com>
To: dedekind1@gmail.com
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Vitaly Wool <vwool@ru.mvista.com>,
LKML <linux-kernel@vger.kernel.org>,
Grant Likely <grant.likely@secretlab.ca>,
linux-next@vger.kernel.org, linux-mtd@lists.infradead.org,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: linux-next: Tree for June 24 (mtd + of)
Date: Fri, 24 Jun 2011 13:38:40 -0700 [thread overview]
Message-ID: <4E04F5D0.9090900@oracle.com> (raw)
In-Reply-To: <1308947172.13493.37.camel@koala>
On 06/24/11 13:26, Artem Bityutskiy wrote:
> On Fri, 2011-06-24 at 09:04 -0700, Randy Dunlap wrote:
>> On Fri, 24 Jun 2011 15:58:22 +1000 Stephen Rothwell wrote:
>>
>>> Hi all,
>>>
>>> Changes since 20110623:
>>>
>>> My fixes tree includes:
>>> (as an experiment) the early part of mmotm-2011-06-22-13-05
>>> STAGING: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHE
>>
>>
>> When CONFIG_MTD=m, CONFIG_MTD_OF_PARTS=y:
>>
>> drivers/mtd/ofpart.o: In function `init_module':
>> ofpart.c:(.init.text+0x0): multiple definition of `init_module'
>> drivers/mtd/mtdcore.o:(.init.text+0x43): first defined here
>
> I guess this is some old issue? I do not think ofpart can be compiled-in
> if the mtd core is a module...
[adding driver author, Vitaly]
No, it's a current issue.
config MTD_OF_PARTS
def_bool y
depends on OF
and (implicitly) depends on MTD. MTD=m, so boolean => y.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
next prev parent reply other threads:[~2011-06-24 20:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 5:58 linux-next: Tree for June 24 Stephen Rothwell
2011-06-24 16:04 ` linux-next: Tree for June 24 (mtd + of) Randy Dunlap
2011-06-24 16:04 ` Randy Dunlap
2011-06-24 20:26 ` Artem Bityutskiy
2011-06-24 20:26 ` Artem Bityutskiy
2011-06-24 20:38 ` Randy Dunlap [this message]
2011-06-24 20:38 ` Randy Dunlap
2011-06-25 6:35 ` Artem Bityutskiy
2011-06-25 6:35 ` Artem Bityutskiy
2011-06-25 22:20 ` Randy Dunlap
2011-06-25 22:20 ` Randy Dunlap
2011-06-26 6:11 ` Grant Likely
2011-06-26 6:11 ` Grant Likely
2011-06-26 9:43 ` Artem Bityutskiy
2011-06-26 9:43 ` Artem Bityutskiy
2011-06-26 20:09 ` Dmitry Eremin-Solenikov
2011-06-26 20:09 ` Dmitry Eremin-Solenikov
2011-06-26 20:09 ` Dmitry Eremin-Solenikov
2011-06-24 16:28 ` [PATCH] staging: fix more iio builds when IIO_RING_BUFFER is not enabled Randy Dunlap
2011-06-24 16:28 ` Randy Dunlap
2011-06-25 11:16 ` Jonathan Cameron
2011-06-25 11:16 ` Jonathan Cameron
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=4E04F5D0.9090900@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=dedekind1@gmail.com \
--cc=dwmw2@infradead.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=vwool@ru.mvista.com \
/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.