Skip to content

Commit 4b39d40

Browse files
gscuiVasily Gorbik
authored andcommitted
s390/cio: remove unused ccw_device_force_console() declaration
ccw_device_force_console() has been removed by commit 8cc0dcf ("s390/cio: remove pm support from ccw bus driver"), so remove the declaration, too. Signed-off-by: Gaosheng Cui <[email protected]> Acked-by: Vineeth Vijayan <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent c432fef commit 4b39d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/s390/include/asm/ccwdev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ extern struct ccw_device *ccw_device_create_console(struct ccw_driver *);
214214
extern void ccw_device_destroy_console(struct ccw_device *);
215215
extern int ccw_device_enable_console(struct ccw_device *);
216216
extern void ccw_device_wait_idle(struct ccw_device *);
217-
extern int ccw_device_force_console(struct ccw_device *);
218217

219218
extern void *ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size);
220219
extern void ccw_device_dma_free(struct ccw_device *cdev,

0 commit comments

Comments
 (0)