Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759407Ab0BYS4J (ORCPT ); Thu, 25 Feb 2010 13:56:09 -0500 Received: from mail-fx0-f227.google.com ([209.85.220.227]:46712 "EHLO mail-fx0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932306Ab0BYS4G (ORCPT ); Thu, 25 Feb 2010 13:56:06 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=bU0SFjm9jbbJXCCdJMKvl0iCtyLpmuCcKZT0Oo3UsvxdHJSBAgk06Aqr27hGxyV3BF BFwK0BQOa4IsEBtNVZXlk+n37Fcp2jbLFcr8cEeSFiq/KIHWkebcEndnnqHXoP7VYz25 WK3N5DMHpgUvEwg5YvK6/94kBDZ1Cr+H3rHJ4= Date: Thu, 25 Feb 2010 20:55:58 +0200 From: Alexey Dobriyan To: Dave Young Cc: Mauro Carvalho Chehab , HIRANO Takahito , Hans Verkuil , Miroslav Sustek , Andrew Morton , Ingo Molnar , Steven Rostedt , Frederic Weisbecker , Balbir Singh , Pavel Emelyanov , Li Zefan , linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/07] kernel.h int_sqrt cleanup Message-ID: <20100225185557.GC3305@core2> References: <20100225155419.GA2724@darkstar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100225155419.GA2724@darkstar> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 460 Lines: 11 On Thu, Feb 25, 2010 at 11:54:19PM +0800, Dave Young wrote: > int_sqrt in kernel.h should be put into a standalone head file > +extern unsigned long int_sqrt(unsigned long); Come on, header for just one function. -- 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/