Re: linux-next: Tree for May 6 (nouveau)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Thursday, May 6, 2010 - 11:18 am

On Thu, 6 May 2010 15:15:02 +1000 Stephen Rothwell wrote:



When CONFIG_ACPI_BUTTON=m:

drivers/built-in.o: In function `nouveau_connector_detect':
nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open'


#ifdef CONFIG_ACPI
		if (!nouveau_ignorelid && !acpi_lid_open())
			status = connector_status_unknown;
#endif


Do you want that to be
#ifdef CONFIG_ACPI_BUTTON
?
That will still only be built when CONFIG_ACPI_BUTTON=y (not =m).

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for May 6, Stephen Rothwell, (Wed May 5, 10:15 pm)
Re: linux-next: Tree for May 6 (acpi: PM=n), Randy Dunlap, (Thu May 6, 8:05 am)
Re: linux-next: Tree for May 6 (acpi: PCI=n), Randy Dunlap, (Thu May 6, 8:07 am)
Re: linux-next: Tree for May 6 (nouveau), Randy Dunlap, (Thu May 6, 11:18 am)
Re: linux-next: Tree for May 6 (acpi: PCI=n), Len Brown, (Thu May 6, 1:29 pm)
Re: [linux-pm] linux-next: Tree for May 6 (acpi: PM=n), Randy Dunlap, (Thu May 6, 1:32 pm)
Re: linux-next: Tree for May 6 (nouveau), Len Brown, (Thu May 6, 1:37 pm)
Re: linux-next: Tree for May 6 (acpi: PCI=n), Randy Dunlap, (Thu May 6, 1:42 pm)
Re: [linux-pm] linux-next: Tree for May 6 (acpi: PM=n), James Morris, (Thu May 6, 4:27 pm)
Re: [linux-pm] linux-next: Tree for May 6 (acpi: PM=n), Randy Dunlap, (Thu May 6, 4:38 pm)
[PATCH -next] IR: add header file to fix build, Randy Dunlap, (Thu May 6, 4:41 pm)
[PATCH -next] staging: fix ti-st, depends on RFKILL, Randy Dunlap, (Thu May 6, 4:45 pm)
[PATCH -next] usb: fix u132-hcd code/data warning, Randy Dunlap, (Thu May 6, 4:46 pm)