Re: [PATCH] mn10300: Wire up mn10300_dma_supported

2016-01-26 Thread Christoph Hellwig
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: >

Re: [PATCH] mn10300: Wire up mn10300_dma_supported

2016-01-26 Thread Christoph Hellwig
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. > >

[PATCH] mn10300: Wire up mn10300_dma_supported

2016-01-25 Thread Guenter Roeck
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 Fixes: f151341ca00e

[PATCH] mn10300: Wire up mn10300_dma_supported

2016-01-25 Thread Guenter Roeck
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