dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: ioat: remove unused declarations in dma.h
@ 2022-09-11  9:18 Gaosheng Cui
  2022-09-12 15:26 ` Dave Jiang
  2022-09-29 17:07 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Gaosheng Cui @ 2022-09-11  9:18 UTC (permalink / raw)
  To: vkoul, dave.jiang, vinod.koul; +Cc: dmaengine

ioat_ring_alloc_order and ioat_ring_max_alloc_order have
been removed since commit cd60cd96137f ("dmaengine: IOATDMA:
Removing descriptor ring reshape"), so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 drivers/dma/ioat/dma.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h
index 140cfe3782fb..35e06b382603 100644
--- a/drivers/dma/ioat/dma.h
+++ b/drivers/dma/ioat/dma.h
@@ -196,10 +196,8 @@ extern const struct sysfs_ops ioat_sysfs_ops;
 extern struct ioat_sysfs_entry ioat_version_attr;
 extern struct ioat_sysfs_entry ioat_cap_attr;
 extern int ioat_pending_level;
-extern int ioat_ring_alloc_order;
 extern struct kobj_type ioat_ktype;
 extern struct kmem_cache *ioat_cache;
-extern int ioat_ring_max_alloc_order;
 extern struct kmem_cache *ioat_sed_cache;
 
 static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: ioat: remove unused declarations in dma.h
  2022-09-11  9:18 [PATCH] dmaengine: ioat: remove unused declarations in dma.h Gaosheng Cui
@ 2022-09-12 15:26 ` Dave Jiang
  2022-09-29 17:07 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Jiang @ 2022-09-12 15:26 UTC (permalink / raw)
  To: Gaosheng Cui, vkoul, vinod.koul; +Cc: dmaengine


On 9/11/2022 2:18 AM, Gaosheng Cui wrote:
> ioat_ring_alloc_order and ioat_ring_max_alloc_order have
> been removed since commit cd60cd96137f ("dmaengine: IOATDMA:
> Removing descriptor ring reshape"), so remove them.
>
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>

Acked-by: Dave Jiang <dave.jiang@intel.com>

Thanks.

> ---
>   drivers/dma/ioat/dma.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h
> index 140cfe3782fb..35e06b382603 100644
> --- a/drivers/dma/ioat/dma.h
> +++ b/drivers/dma/ioat/dma.h
> @@ -196,10 +196,8 @@ extern const struct sysfs_ops ioat_sysfs_ops;
>   extern struct ioat_sysfs_entry ioat_version_attr;
>   extern struct ioat_sysfs_entry ioat_cap_attr;
>   extern int ioat_pending_level;
> -extern int ioat_ring_alloc_order;
>   extern struct kobj_type ioat_ktype;
>   extern struct kmem_cache *ioat_cache;
> -extern int ioat_ring_max_alloc_order;
>   extern struct kmem_cache *ioat_sed_cache;
>   
>   static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: ioat: remove unused declarations in dma.h
  2022-09-11  9:18 [PATCH] dmaengine: ioat: remove unused declarations in dma.h Gaosheng Cui
  2022-09-12 15:26 ` Dave Jiang
@ 2022-09-29 17:07 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2022-09-29 17:07 UTC (permalink / raw)
  To: Gaosheng Cui; +Cc: dave.jiang, vinod.koul, dmaengine

On 11-09-22, 17:18, Gaosheng Cui wrote:
> ioat_ring_alloc_order and ioat_ring_max_alloc_order have
> been removed since commit cd60cd96137f ("dmaengine: IOATDMA:
> Removing descriptor ring reshape"), so remove them.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-29 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-11  9:18 [PATCH] dmaengine: ioat: remove unused declarations in dma.h Gaosheng Cui
2022-09-12 15:26 ` Dave Jiang
2022-09-29 17:07 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).