aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/ccwdev.h
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2012-10-29 11:50:20 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-11-23 05:14:28 -0500
commit287a0933237a227d1d6508de0ad6425b55a60476 (patch)
treed4b15f799b6858a07114f85cd1cbdb8e8d5e4259 /arch/s390/include/asm/ccwdev.h
parent9368dac4367cd9a61ef75a745c6e26d0dd164172 (diff)
s390: use ccw_device_get_schid
Let the dasd driver and qdio use ccw_device_get_schid and get rid of other similar functions. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/ccwdev.h')
-rw-r--r--arch/s390/include/asm/ccwdev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h
index 9ad79f7f1acc..6d1f3573f0df 100644
--- a/arch/s390/include/asm/ccwdev.h
+++ b/arch/s390/include/asm/ccwdev.h
@@ -226,9 +226,6 @@ extern int ccw_device_force_console(void);
226 226
227int ccw_device_siosl(struct ccw_device *); 227int ccw_device_siosl(struct ccw_device *);
228 228
229// FIXME: these have to go
230extern int _ccw_device_get_subchannel_number(struct ccw_device *);
231
232extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *); 229extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *);
233 230
234extern void *ccw_device_get_chp_desc(struct ccw_device *, int); 231extern void *ccw_device_get_chp_desc(struct ccw_device *, int);