Re: [PATCH v6 3/3] PM: Introduce Intel PowerClamp Driver

From: jacob pan
Date: Wed Jan 16 2013 - 12:09:38 EST


On Wed, 16 Jan 2013 20:18:49 +0800
Zhang Rui <rui.zhang@xxxxxxxxx> wrote:

> > +#include <linux/nmi.h>
> > +
> drivers/thermal/intel_powerclamp.c: In function âclamp_threadâ:
> drivers/thermal/intel_powerclamp.c:435:4: error: implicit declaration
> of function âlocal_touch_nmiâ [-Werror=implicit-function-declaration]
>
> changing to
> #include <asm/nmi.h>
> fixes the problem.
good catch. I missed this in my .config tests. I had
CONFIG_HARDLOCKUP_DETECTOR on so the problem was not shown. I will send
you an update.

Thanks,

Jacob
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/