Return-path: Received: from py-out-1112.google.com ([64.233.166.178]:5824 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874AbXLGWW1 (ORCPT ); Fri, 7 Dec 2007 17:22:27 -0500 Received: by py-out-1112.google.com with SMTP id u77so1854732pyb for ; Fri, 07 Dec 2007 14:22:25 -0800 (PST) Message-ID: <43e72e890712071422j34ca2338xf98fda661f3c22fc@mail.gmail.com> (sfid-20071207_222230_268610_5A08193D) Date: Fri, 7 Dec 2007 17:22:24 -0500 From: "Luis R. Rodriguez" To: "Dave Young" Subject: Re: 2.6.24-rc4-mm1 Cc: "Andrew Morton" , linux-kernel@vger.kernel.org, jirislaby@gmail.com, mickflemm@gmail.com, linux-wireless@vger.kernel.org, ath5k-devel@lists.ath5k.org In-Reply-To: <20071207021258.GA12624@darkstar.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20071204211701.994dfce6.akpm@linux-foundation.org> <20071207021258.GA12624@darkstar.lan> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Dec 6, 2007 9:12 PM, Dave Young wrote: > Hi, > > 2.6.24-rc4-mm1 build failed at drivers/net/wireless/ath5k/base.c for some inline functions like this: > drivers/net/wireless/ath5k/base.c:292: sorry, unimplemented: inlining failed in call to 'ath5k_extend_tsf': function body not available > > fix it with adjust the order of inline function body. > > Signed-off-by: Dave Young Acked-by: Luis R. Rodriguez Thanks Dave. What version of gcc were you using? I haven't run into this. BTW, nothing new was added in this patch, things were just shifted, but even that may be copyrightable. Is it fair to assume you are licensing these changes under the same license the file is in? For this file we'd usually use: Changes-licensed-under: 3-clause-BSD For future reference: http://linuxwireless.org/en/developers/Documentation/SubmittingPatches#Changes-licensed-undertag Luis