From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, linux-mtd@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: linux-next: Tree for Jan 14 (mtd)
Date: Mon, 14 Jan 2013 20:01:37 +0100 [thread overview]
Message-ID: <874nija8ry.fsf@free.fr> (raw)
In-Reply-To: <50F43197.6010308@infradead.org> (Randy Dunlap's message of "Mon, 14 Jan 2013 08:25:59 -0800")
Randy Dunlap <rdunlap@infradead.org> writes:
> ERROR: "byte_rev_table" [drivers/mtd/devices/docg3.ko] undefined!
Thanks for the report. I have a trivial patch attached. Should it go through
Artem's tree or do you want to take it directly ?
Cheers.
--
Robert
---8>---
>From 771d13b0094421b98310171d8794f2a793ec5d4d Mon Sep 17 00:00:00 2001
From: Robert Jarzmik <robert.jarzmik@free.fr>
Date: Mon, 9 Apr 2012 13:19:08 +0200
Subject: [PATCH] mtd: docg3 fix missing bitreverse lib
Fix missing dependency which can cause a build error such
as: ERROR: "byte_rev_table" [drivers/mtd/devices/docg3.ko]
undefined!
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
drivers/mtd/devices/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 27f80cd..46dcb54 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -272,6 +272,7 @@ config MTD_DOCG3
tristate "M-Systems Disk-On-Chip G3"
select BCH
select BCH_CONST_PARAMS
+ select BITREVERSE
---help---
This provides an MTD device driver for the M-Systems DiskOnChip
G3 devices.
--
1.7.10.4
next prev parent reply other threads:[~2013-01-14 19:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 4:46 linux-next: Tree for Jan 14 Stephen Rothwell
2013-01-14 4:46 ` Stephen Rothwell
2013-01-14 16:25 ` linux-next: Tree for Jan 14 (mtd) Randy Dunlap
2013-01-14 16:25 ` Randy Dunlap
2013-01-14 19:01 ` Robert Jarzmik [this message]
2013-01-14 19:13 ` Randy Dunlap
2013-01-15 10:21 ` Artem Bityutskiy
2013-01-15 10:21 ` Artem Bityutskiy
2013-01-14 16:40 ` [ath9k-devel] linux-next: Tree for Jan 14 (wireless/ath9k) Randy Dunlap
2013-01-14 16:40 ` Randy Dunlap
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=874nija8ry.fsf@free.fr \
--to=robert.jarzmik@free.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-next@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=sfr@canb.auug.org.au \
/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.