public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: pasic3 driver build error
@ 2008-04-23 18:22 Stephen Hemminger
  2008-04-23 19:45 ` pHilipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2008-04-23 18:22 UTC (permalink / raw)
  To: Russell King, Philipp Zabel; +Cc: linux-arm-kernel, linux-kernel

Fix build failure on other platforms because this driver includes
registers that do not exist on other platforms.

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>

--- a/drivers/mfd/Kconfig	2008-04-23 11:16:06.000000000 -0700
+++ b/drivers/mfd/Kconfig	2008-04-23 11:16:52.000000000 -0700
@@ -32,6 +32,7 @@ config HTC_EGPIO
 
 config HTC_PASIC3
 	tristate "HTC PASIC3 LED/DS1WM chip support"
+	depends on ARCH_PXA
 	help
 	  This core driver provides register access for the LED/DS1WM
 	  chips labeled "AIC2" and "AIC3", found on HTC Blueangel and

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: pasic3 driver build error
  2008-04-23 18:22 [PATCH] mfd: pasic3 driver build error Stephen Hemminger
@ 2008-04-23 19:45 ` pHilipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: pHilipp Zabel @ 2008-04-23 19:45 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Russell King, linux-arm-kernel, linux-kernel

On Wed, Apr 23, 2008 at 8:22 PM, Stephen Hemminger
<shemminger@vyatta.com> wrote:
> Fix build failure on other platforms because this driver includes
>  registers that do not exist on other platforms.

Yeah, people[1] already[2] noticed[3]. That #include statement was
left there accidentally, sorry about that. The fix[4] is in the ARM
tree.

[1] http://lkml.org/lkml/2008/4/22/40
[2] http://lkml.org/lkml/2008/4/22/323
[3] http://lkml.org/lkml/2008/4/21/593
[4] http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5010/1

>  Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
>
>  --- a/drivers/mfd/Kconfig       2008-04-23 11:16:06.000000000 -0700
>  +++ b/drivers/mfd/Kconfig       2008-04-23 11:16:52.000000000 -0700
>  @@ -32,6 +32,7 @@ config HTC_EGPIO
>
>   config HTC_PASIC3
>         tristate "HTC PASIC3 LED/DS1WM chip support"
>  +       depends on ARCH_PXA
>         help
>           This core driver provides register access for the LED/DS1WM
>           chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-23 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 18:22 [PATCH] mfd: pasic3 driver build error Stephen Hemminger
2008-04-23 19:45 ` pHilipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox