diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-14 12:52:33 +0000 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2022-09-28 11:12:44 +0200 |
commit | 4b39d40ea1a076ac643c7383cdb1cb66617fe860 (patch) | |
tree | 65147ed23c0557042d48dc6a9864204402a2f84d | |
parent | c432fefe8e6262bf3d288ab82d006cfafa78a139 (diff) | |
download | linux-4b39d40ea1a076ac643c7383cdb1cb66617fe860.tar.bz2 |
s390/cio: remove unused ccw_device_force_console() declaration
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>
Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
-rw-r--r-- | arch/s390/include/asm/ccwdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |