From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754270AbYICLjq (ORCPT ); Wed, 3 Sep 2008 07:39:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751332AbYICLjh (ORCPT ); Wed, 3 Sep 2008 07:39:37 -0400 Received: from smtp-vbr13.xs4all.nl ([194.109.24.33]:3872 "EHLO smtp-vbr13.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbYICLjh (ORCPT ); Wed, 3 Sep 2008 07:39:37 -0400 Date: Wed, 3 Sep 2008 13:39:30 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@localhost.localdomain To: Geert Uytterhoeven cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch 7/8] m68k: Add missing dma_sync_single_range_for_{cpu, device}() In-Reply-To: Message-ID: References: <20080903071542.615137611@mail.of.borg> <20080903071742.932797091@mail.of.borg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, 3 Sep 2008, Geert Uytterhoeven wrote: > > IIRC, gcc actually complained about it. I'll check again... > > | arch/m68k/include/asm/dma-mapping.h:73: warning: 'dma_sync_single_for_device' declared inline after being called > | arch/m68k/include/asm/dma-mapping.h:73: warning: previous declaration of 'dma_sync_single_for_device' was here In the same patch you've also added that user, simply don't inline that function. :) bye, Roman