On Mon, 11 Oct 2010 16:29:59 +1100 Stephen Rothwell wrote:
Hi all,
Changes since 20101008:
When CONFIG_HWMON is not enabled:
drivers/built-in.o: In function `nouveau_pm_fini': (.text+0x1c680f): undefined reference to `hwmon_device_unregister' drivers/built-in.o: In function `nouveau_hwmon_init': nouveau_pm.c:(.text+0x1c6f93): undefined reference to `hwmon_device_register' nouveau_pm.c:(.text+0x1c7094): undefined reference to `hwmon_device_unregister'
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
Le 11/10/2010 18:29, Randy Dunlap a écrit :
When CONFIG_HWMON is not enabled:
drivers/built-in.o: In function `nouveau_pm_fini': (.text+0x1c680f): undefined reference to `hwmon_device_unregister' drivers/built-in.o: In function `nouveau_hwmon_init': nouveau_pm.c:(.text+0x1c6f93): undefined reference to `hwmon_device_register' nouveau_pm.c:(.text+0x1c7094): undefined reference to `hwmon_device_unregister
Hi,
I cannot test the attached patch as my kernel forces me to compile hwmon (static or module). What kernel version are you using?
As nouveau, radeon doesn't check for CONFIG_HWMON, you may want to ask them to do so.
Cheers,
Martin
dri-devel@lists.freedesktop.org