[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453791343-12383-1-git-send-email-patchwork@patchwork.roeck-us.net>
Date: Mon, 25 Jan 2016 22:55:43 -0800
From: Guenter Roeck <patchwork@...chwork.roeck-us.net>
To: David Howells <dhowells@...hat.com>
Cc: Koichi Yasutake <yasutake.koichi@...panasonic.com>,
linux-am33-list@...hat.com, linux-kernel@...r.kernel.org,
kernel-testers@...r.kernel.org, Guenter Roeck <linux@...ck-us.net>,
Christoph Hellwig <hch@....de>
Subject: [PATCH] mn10300: Wire up mn10300_dma_supported
From: Guenter Roeck <linux@...ck-us.net>
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 ("mn10300: convert to dma_map_ops")
Cc: Christoph Hellwig <hch@....de>
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
---
arch/mn10300/mm/dma-alloc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mn10300/mm/dma-alloc.c b/arch/mn10300/mm/dma-alloc.c
index 8842394cb49a..5ff49d67f55a 100644
--- a/arch/mn10300/mm/dma-alloc.c
+++ b/arch/mn10300/mm/dma-alloc.c
@@ -128,4 +128,5 @@ struct dma_map_ops mn10300_dma_ops = {
.map_sg = mn10300_dma_map_sg,
.sync_single_for_device = mn10300_dma_sync_single_for_device,
.sync_sg_for_device = mn10300_dma_sync_sg_for_device,
+ .dma_supported = mn10300_dma_supported,
};
--
2.1.4
Powered by blists - more mailing lists