Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757068AbXJXLDf (ORCPT ); Wed, 24 Oct 2007 07:03:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753077AbXJXLD1 (ORCPT ); Wed, 24 Oct 2007 07:03:27 -0400 Received: from brick.kernel.dk ([87.55.233.238]:23201 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572AbXJXLD0 (ORCPT ); Wed, 24 Oct 2007 07:03:26 -0400 Date: Wed, 24 Oct 2007 13:03:23 +0200 From: Jens Axboe To: WANG Cong Cc: Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , jdike@karaya.com, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [Git Patch] arch/um/drivers/ubd_kern.c: fix a building error Message-ID: <20071024110323.GO14671@kernel.dk> References: <20071024081047.GC2464@hacking> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071024081047.GC2464@hacking> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 21 On Wed, Oct 24 2007, WANG Cong wrote: > > Fix this uml building error: > arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': > arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function 'sg_page' > arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of 'prepare_request' makes pointer from integer without a cast > make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1 > make: *** [arch/um/drivers] Error 2 > > Signed-off-by: WANG Cong Thanks, applied! -- Jens Axboe - 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/