All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Robert Jarzmik <robert.jarzmik@free.fr>
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 11:13:22 -0800	[thread overview]
Message-ID: <50F458D2.6070000@infradead.org> (raw)
In-Reply-To: <874nija8ry.fsf@free.fr>

On 01/14/13 11:01, Robert Jarzmik wrote:
> 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 ?

Acked-by: Randy Dunlap <rdunlap@infradead.org>

I suppose that it should go thru Artem's tree.

Thanks.


> 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.
> 


-- 
~Randy

  reply	other threads:[~2013-01-14 19:12 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
2013-01-14 19:13     ` Randy Dunlap [this message]
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=50F458D2.6070000@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-next@vger.kernel.org \
    --cc=robert.jarzmik@free.fr \
    --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.