From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] defxx: Use __maybe_unused rather than a local hack Date: Tue, 24 Jul 2007 16:37:18 -0400 Message-ID: <46A662FE.3050001@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Morton , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: "Maciej W. Rozycki" Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:59027 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762345AbXGXUht (ORCPT ); Tue, 24 Jul 2007 16:37:49 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Maciej W. Rozycki wrote: > This is a change to remove a local hack in favour to __maybe_unused that > has been recently added. > > Signed-off-by: Maciej W. Rozycki > --- > Hi, > > It should be obvious. The code builds, therefore it works. > > Please apply, > > Maciej > applied