All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mogens Kjaer <mk@lemo.dk>
To: Linux-V4L2 <linux-media@vger.kernel.org>
Subject: Re: Compiling saa7134 on a CentOS 5 machine
Date: Tue, 09 Feb 2010 13:13:46 +0100	[thread overview]
Message-ID: <4B71517A.5040100@lemo.dk> (raw)
In-Reply-To: <4B7149E0.80607@lemo.dk>

On 02/09/2010 12:41 PM, Mogens Kjaer wrote:
...
> ir_core: Unknown symbol ir_unregister_class

Hm, the following patch "fixes" the problem:

cd linux/drivers/media/IR
$ diff -urN ir-sysfs.c.orig ir-sysfs.c
--- ir-sysfs.c.orig     2010-02-09 13:08:06.000000000 +0100
+++ ir-sysfs.c  2010-02-09 13:05:04.000000000 +0100
@@ -223,4 +223,8 @@

  module_init(ir_core_init);
  module_exit(ir_core_exit);
+#else
+void ir_unregister_class(struct input_dev *input_dev)
+{
+}
  #endif

I guess this is not the right way to do it - but
the machine boots and the modules load!

Mogens

-- 
Mogens Kjaer, mk@lemo.dk
http://www.lemo.dk

      reply	other threads:[~2010-02-09 12:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09 11:41 Compiling saa7134 on a CentOS 5 machine Mogens Kjaer
2010-02-09 12:13 ` Mogens Kjaer [this message]

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=4B71517A.5040100@lemo.dk \
    --to=mk@lemo.dk \
    --cc=linux-media@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.