[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110411224819.b349025a.akpm@linux-foundation.org>
Date: Mon, 11 Apr 2011 22:48:19 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Steve French <smfrench@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Matthew Garrett <mjg@...hat.com>,
"Lee, Chun-Yi" <joeyli.kernel@...il.com>,
Dmitry Torokhov <dtor@...l.ru>
Subject: Re: undefined reference to `sparse_keymap_free'
(cc's added)
On Mon, 11 Apr 2011 23:18:04 -0500 Steve French <smfrench@...il.com> wrote:
> 2.6.38-rc3 build error:
>
> drivers/built-in.o: In function `msi_laptop_input_destroy':
> msi-laptop.c:(.text+0x1a3be1): undefined reference to `sparse_keymap_free'
> drivers/built-in.o: In function `msi_send_touchpad_key':
> msi-laptop.c:(.text+0x1a3c45): undefined reference to
> `sparse_keymap_report_event'
> drivers/built-in.o: In function `msi_init':
> msi-laptop.c:(.init.text+0xe055): undefined reference to `sparse_keymap_setup'
> msi-laptop.c:(.init.text+0xe07d): undefined reference to `sparse_keymap_free'
>
Either a missing CONFIG_INPUT_SPARSEKMAP dependency, or missing stubs in
include/linux/input/sparse-keymap.h?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists