From owner-svn-src-all@FreeBSD.ORG Wed Oct 13 16:26:56 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 8F879106566B; Wed, 13 Oct 2010 16:26:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: John Baldwin Date: Wed, 13 Oct 2010 12:26:46 -0400 User-Agent: KMail/1.6.2 References: <201010131138.o9DBcPoc086320@svn.freebsd.org> <201010130847.53992.jhb@freebsd.org> In-Reply-To: <201010130847.53992.jhb@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010131226.49260.jkim@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Rui Paulo Subject: Re: svn commit: r213772 - head/sys/dev/acpica/Osd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 16:26:56 -0000 On Wednesday 13 October 2010 08:47 am, John Baldwin wrote: > On Wednesday, October 13, 2010 7:38:25 am Rui Paulo wrote: > > Author: rpaulo > > Date: Wed Oct 13 11:38:24 2010 > > New Revision: 213772 > > URL: http://svn.freebsd.org/changeset/base/213772 > > > > Log: > > Mark acpi_bus_number() as __unused. This allows clang to this > > file without any warnings. > > Actually, I think this should have been removed when > AcpiOsDerivePciId() was removed during the update to ACPICA > 20100915. Yes, you're right. I'll fix that. Thanks, Jung-uk Kim