aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-14 12:52:33 +0000
committerVasily Gorbik <gor@linux.ibm.com>2022-09-28 11:12:44 +0200
commit4b39d40ea1a076ac643c7383cdb1cb66617fe860 (patch)
tree65147ed23c0557042d48dc6a9864204402a2f84d /arch/s390/include/asm
parents390/pai: Add support for PAI Extension 1 NNPA counters (diff)
downloadlinux-dev-4b39d40ea1a076ac643c7383cdb1cb66617fe860.tar.xz
linux-dev-4b39d40ea1a076ac643c7383cdb1cb66617fe860.zip
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>
Diffstat (limited to 'arch/s390/include/asm')
-rw-r--r--arch/s390/include/asm/ccwdev.h1
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,