Messages in this thread |  | | Date | Tue, 17 Sep 2002 11:08:28 -0400 | From | Benjamin LaHaise <> | Subject | Re: 2.5.35 undefined reference to `wait_task_inactive' |
| |
On Tue, Sep 17, 2002 at 04:54:35PM +0200, Roberto Nibali wrote: > BTW, ACPI needs a few tunings too to be able to compile the stuff as > modules, but I'm sure that also here it's not the right thing to do, I > simply did a quick hack to have a running and bootable 2.5.35 kernel: ... > +#ifdef MODULE > ACPI_MODULE_NAME ("hwgpe") > +#endif
Btw, why not put the #ifdef in the header file that defines ACPI_MODULE_NAME(x) instead of littering more #ifdefs around code?
-ben - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |