Hi Hans, On Sun, Mar 18, 2012 at 08:03:56AM -0400, Hans de Goede wrote: [ ... ] > >> + > >> + data = kzalloc(sizeof(struct sch56xx_watchdog_data), GFP_KERNEL); > >> + if (!data) > >> + return NULL; > >> + One more: You don't include slab.h, which in some configurations results in: /tmp/linux.15278/drivers/hwmon/sch56xx-common.c: In function 'sch56xx_watchdog_release_resources': /tmp/linux.15278/drivers/hwmon/sch56xx-common.c:278: error: implicit declaration of function 'kfree' /tmp/linux.15278/drivers/hwmon/sch56xx-common.c: In function 'sch56xx_watchdog_register': /tmp/linux.15278/drivers/hwmon/sch56xx-common.c:644: error: implicit declaration of function 'kzalloc' /tmp/linux.15278/drivers/hwmon/sch56xx-common.c:644: warning: assignment makes pointer from integer without a cast make[3]: *** [drivers/hwmon/sch56xx-common.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors