From: Randy Dunlap <randy.dunlap@oracle.com>
To: "Stephen Rothwell" <sfr@canb.auug.org.au>,
"Jarod Wilson" <jarod@redhat.com>,
"David Härdeman" <david@hardeman.nu>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
linux-media@vger.kernel.org
Subject: [PATCH -next] IR: jvc-decoder needs BITREVERSE
Date: Wed, 7 Jul 2010 16:41:15 -0700 [thread overview]
Message-ID: <20100707164115.1682b172.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20100707165539.957e7d1c.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle.com>
ir-jvc-decoder uses bitreverse interfaces, so it should select
BITREVERSE.
ir-jvc-decoder.c:(.text+0x550bc): undefined reference to `byte_rev_table'
ir-jvc-decoder.c:(.text+0x550c6): undefined reference to `byte_rev_table'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jarod Wilson <jarod@redhat.com>
Cc: David Härdeman <david@hardeman.nu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
---
drivers/media/IR/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20100707.orig/drivers/media/IR/Kconfig
+++ linux-next-20100707/drivers/media/IR/Kconfig
@@ -53,6 +53,7 @@ config IR_RC6_DECODER
config IR_JVC_DECODER
tristate "Enable IR raw decoder for the JVC protocol"
depends on IR_CORE
+ select BITREVERSE
default y
---help---
next prev parent reply other threads:[~2010-07-07 23:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 6:55 linux-next: Tree for July 7 Stephen Rothwell
2010-07-07 23:20 ` Andrew Morton
2010-07-07 23:41 ` Randy Dunlap [this message]
2010-07-08 0:21 ` Andrew Morton
2010-07-14 22:20 ` Andrew Morton
2010-07-14 23:45 ` Stephen Rothwell
2010-07-15 0:27 ` Andrew Morton
2010-07-15 0:46 ` Dave Chinner
2010-07-15 0:53 ` Andrew Morton
2010-07-15 2:12 ` Dave Chinner
2010-07-15 7:18 ` Dave Chinner
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=20100707164115.1682b172.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=david@hardeman.nu \
--cc=jarod@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mchehab@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).