All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Eric Piel <eric.piel@tremplin-utc.net>
Subject: [PATCH -mmotm] lis3: fix polldev build error
Date: Fri, 05 Jun 2009 09:08:06 -0700	[thread overview]
Message-ID: <4A2942E6.7050107@oracle.com> (raw)
In-Reply-To: <200906050105.n5515BhY028645@imap1.linux-foundation.org>

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix lis3 (spi version) Kconfig to prevent build error:

(.text+0x874fb): undefined reference to `input_unregister_polled_device'
(.text+0x87896): undefined reference to `input_allocate_polled_device'
(.text+0x879d3): undefined reference to `input_register_polled_device'
(.text+0x879e9): undefined reference to `input_free_polled_device'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
---
 drivers/hwmon/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- mmotm-2009-0604-1745.orig/drivers/hwmon/Kconfig
+++ mmotm-2009-0604-1745/drivers/hwmon/Kconfig
@@ -978,6 +978,7 @@ config SENSORS_LIS3LV02D
 config SENSORS_LIS3_SPI
 	tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
 	depends on !ACPI && SPI_MASTER && INPUT
+	select INPUT_POLLDEV
 	default n
 	help
 	  This driver provides support for the LIS3LV02Dx accelerometer connected


-- 
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

      reply	other threads:[~2009-06-05 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-05  0:45 mmotm 2009-06-04-17-45 uploaded akpm
2009-06-05 16:08 ` Randy Dunlap [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=4A2942E6.7050107@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=eric.piel@tremplin-utc.net \
    --cc=linux-kernel@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.