From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966928AbcAZQz4 (ORCPT ); Tue, 26 Jan 2016 11:55:56 -0500 Received: from verein.lst.de ([213.95.11.211]:37443 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966845AbcAZQzw (ORCPT ); Tue, 26 Jan 2016 11:55:52 -0500 Date: Tue, 26 Jan 2016 17:55:49 +0100 From: Christoph Hellwig To: Guenter Roeck Cc: David Howells , Koichi Yasutake , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, Guenter Roeck , Christoph Hellwig Subject: Re: [PATCH] mn10300: Wire up mn10300_dma_supported Message-ID: <20160126165549.GA3313@lst.de> References: <1453791343-12383-1-git-send-email-patchwork@patchwork.roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453791343-12383-1-git-send-email-patchwork@patchwork.roeck-us.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 25, 2016 at 10:55:43PM -0800, Guenter Roeck wrote: > From: Guenter Roeck > > Commit f151341ca00e ("mn10300: convert to dma_map_ops") declares > mn10300_dma_supported, but does not wire it up. This results in > the following build warning. > > arch/mn10300/mm/dma-alloc.c: warning: > 'mn10300_dma_supported' defined but not used Thanks for catching this! Reviewed-by: Christoph Hellwig