Hi,
On 08/08/2013 01:05 PM, Holger Bürger wrote:
Hi,
...
... 2.6.18 is quite old ...
...
I tried to compile this:
"
make -C /lib/modules/2.6.18-348.el5/build M=/root/test modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-348.12.1.el5-i686'
CC [M] /root/test/sch56xx-common.o
/root/test/sch56xx-common.c: In function »sch56xx_device_add«:
/root/test/sch56xx-common.c:795: Fehler: Implizite Deklaration der
Funktion »acpi_check_resource_conflict«
make[2]: *** [/root/test/sch56xx-common.o] Fehler 1
make[1]: *** [_module_/root/test] Fehler 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-348.12.1.el5-i686'
make: *** [all] Fehler 2
"
Is there a way to fix this?
Yes you can simply remove the line in question, and the 2 lines remove
it, so remove the following lines:
err = acpi_check_resource_conflict(&res);
if (err)
goto exit_device_put;
This is not something which I would normally advise, but at the
Fujitsu board in question it is safe to remove the check.
Regards,
Hans
_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors