* [PATCH -next] eeepc-wmi: kconfig changes to fix build errors [not found] <20110222183437.ec2807bf.sfr@canb.auug.org.au> @ 2011-02-22 21:47 ` Randy Dunlap 2011-02-23 7:01 ` Corentin Chary 2011-03-11 17:31 ` Matthew Garrett 0 siblings, 2 replies; 3+ messages in thread From: Randy Dunlap @ 2011-02-22 21:47 UTC (permalink / raw) To: Stephen Rothwell, Corentin Chary, Matthew Garrett Cc: linux-next, LKML, platform-driver-x86 From: Randy Dunlap <randy.dunlap@oracle.com> Fix eeepc-wmi build when CONFIG_HOTPLUG_PCI is not enabled: eeepc-wmi.c:(.text+0x3bc5e9): undefined reference to `pci_hp_deregister' eeepc-wmi.c:(.text+0x3bcca4): undefined reference to `__pci_hp_register' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110222.orig/drivers/platform/x86/Kconfig +++ linux-next-20110222/drivers/platform/x86/Kconfig @@ -447,6 +447,7 @@ config EEEPC_WMI depends on EXPERIMENTAL depends on BACKLIGHT_CLASS_DEVICE depends on RFKILL || RFKILL = n + depends on HOTPLUG_PCI select INPUT_SPARSEKMAP select LEDS_CLASS select NEW_LEDS ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] eeepc-wmi: kconfig changes to fix build errors 2011-02-22 21:47 ` [PATCH -next] eeepc-wmi: kconfig changes to fix build errors Randy Dunlap @ 2011-02-23 7:01 ` Corentin Chary 2011-03-11 17:31 ` Matthew Garrett 1 sibling, 0 replies; 3+ messages in thread From: Corentin Chary @ 2011-02-23 7:01 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, Matthew Garrett, linux-next, LKML, platform-driver-x86 On Tue, Feb 22, 2011 at 10:47 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote: > From: Randy Dunlap <randy.dunlap@oracle.com> > > Fix eeepc-wmi build when CONFIG_HOTPLUG_PCI is not enabled: > > eeepc-wmi.c:(.text+0x3bc5e9): undefined reference to `pci_hp_deregister' > eeepc-wmi.c:(.text+0x3bcca4): undefined reference to `__pci_hp_register' > > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> > --- > drivers/platform/x86/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20110222.orig/drivers/platform/x86/Kconfig > +++ linux-next-20110222/drivers/platform/x86/Kconfig > @@ -447,6 +447,7 @@ config EEEPC_WMI > depends on EXPERIMENTAL > depends on BACKLIGHT_CLASS_DEVICE > depends on RFKILL || RFKILL = n > + depends on HOTPLUG_PCI > select INPUT_SPARSEKMAP > select LEDS_CLASS > select NEW_LEDS > Sorry for that... Acked-by: Corentin Chary <corentin.chary@gmail.com> -- Corentin Chary http://xf.iksaif.net ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] eeepc-wmi: kconfig changes to fix build errors 2011-02-22 21:47 ` [PATCH -next] eeepc-wmi: kconfig changes to fix build errors Randy Dunlap 2011-02-23 7:01 ` Corentin Chary @ 2011-03-11 17:31 ` Matthew Garrett 1 sibling, 0 replies; 3+ messages in thread From: Matthew Garrett @ 2011-03-11 17:31 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, Corentin Chary, linux-next, LKML, platform-driver-x86 Applied, thanks. -- Matthew Garrett | mjg59@srcf.ucam.org ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-11 17:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110222183437.ec2807bf.sfr@canb.auug.org.au>
2011-02-22 21:47 ` [PATCH -next] eeepc-wmi: kconfig changes to fix build errors Randy Dunlap
2011-02-23 7:01 ` Corentin Chary
2011-03-11 17:31 ` Matthew Garrett
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox