compile error in current git

From: Jeremy Fitzhardinge
Date: Fri Jan 25 2008 - 15:37:31 EST


When compiling current git with CONFIG_BLOCK disabled, I'm seeing this compile error:

CC drivers/base/core.o
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c: In function âdevice_add_class_symlinksâ:
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: âpart_typeâ undeclared (first use in this function)
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: (Each undeclared identifier is reported only once
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: for each function it appears in.)
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c: In function âdevice_remove_class_symlinksâ:
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:728: error: âpart_typeâ undeclared (first use in this function)
make[4]: *** [drivers/base/core.o] Error 1

J
--
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/