On Wed, 16 Jan 2013 20:18:49 +0800 Zhang Rui <rui.zh...@intel.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/