All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/cio: remove unused ccw_device_force_console() declaration
@ 2022-09-14 12:52 Gaosheng Cui
       [not found] ` <CAFpxydJVFEYK588_GQ_HAgo4uqU4X2i1pHrnZsNzin-imK9_Kw@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Gaosheng Cui @ 2022-09-14 12:52 UTC (permalink / raw)
  To: hca, gor, agordeev, borntraeger, svens, cuigaosheng1; +Cc: linux-s390

ccw_device_force_console() has been removed by
commit 8cc0dcfdc1c0 ("s390/cio: remove pm support from
ccw bus driver"), so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/s390/include/asm/ccwdev.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h
index d4e90f2ba77e..bd1596810cc1 100644
--- a/arch/s390/include/asm/ccwdev.h
+++ b/arch/s390/include/asm/ccwdev.h
@@ -214,7 +214,6 @@ extern struct ccw_device *ccw_device_create_console(struct ccw_driver *);
 extern void ccw_device_destroy_console(struct ccw_device *);
 extern int ccw_device_enable_console(struct ccw_device *);
 extern void ccw_device_wait_idle(struct ccw_device *);
-extern int ccw_device_force_console(struct ccw_device *);
 
 extern void *ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size);
 extern void ccw_device_dma_free(struct ccw_device *cdev,
-- 
2.25.1


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

* Re: [PATCH] s390/cio: remove unused ccw_device_force_console() declaration
       [not found] ` <CAFpxydJVFEYK588_GQ_HAgo4uqU4X2i1pHrnZsNzin-imK9_Kw@mail.gmail.com>
@ 2022-09-21 21:16   ` Vineeth Vijayan
  0 siblings, 0 replies; 2+ messages in thread
From: Vineeth Vijayan @ 2022-09-21 21:16 UTC (permalink / raw)
  To: cuigaosheng1; +Cc: hca, gor, agordeev, borntraeger, svens, linux-s390

Thank you.
This will be part of next s390-tree patchset.

Also,
Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com>

> 
> ccw_device_force_console() has been removed by
> commit 8cc0dcfdc1c0 ("s390/cio: remove pm support from
> ccw bus driver"), so remove the declaration, too.
> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
>  arch/s390/include/asm/ccwdev.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h
> index d4e90f2ba77e..bd1596810cc1 100644
> --- a/arch/s390/include/asm/ccwdev.h
> +++ b/arch/s390/include/asm/ccwdev.h
> @@ -214,7 +214,6 @@ extern struct ccw_device
> *ccw_device_create_console(struct ccw_driver *);
>  extern void ccw_device_destroy_console(struct ccw_device *);
>  extern int ccw_device_enable_console(struct ccw_device *);
>  extern void ccw_device_wait_idle(struct ccw_device *);
> -extern int ccw_device_force_console(struct ccw_device *);
> 
>  extern void *ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size);
>  extern void ccw_device_dma_free(struct ccw_device *cdev,
> -- 
> 2.25.1

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

end of thread, other threads:[~2022-09-21 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 12:52 [PATCH] s390/cio: remove unused ccw_device_force_console() declaration Gaosheng Cui
     [not found] ` <CAFpxydJVFEYK588_GQ_HAgo4uqU4X2i1pHrnZsNzin-imK9_Kw@mail.gmail.com>
2022-09-21 21:16   ` Vineeth Vijayan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.