Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757509AbYAYUhK (ORCPT ); Fri, 25 Jan 2008 15:37:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753697AbYAYUg5 (ORCPT ); Fri, 25 Jan 2008 15:36:57 -0500 Received: from gw.goop.org ([64.81.55.164]:39362 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753636AbYAYUg5 (ORCPT ); Fri, 25 Jan 2008 15:36:57 -0500 Message-ID: <479A4867.9040302@goop.org> Date: Fri, 25 Jan 2008 12:36:55 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Greg KH CC: Linux Kernel Mailing List Subject: compile error in current git X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 18 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/