]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/s390/cio/cio.h
[S390] cio: remove ccw_device init_name
[net-next-2.6.git] / drivers / s390 / cio / cio.h
index 883e19d83e43e26236b7744a79e956378c9bbc42..2e43558c704b915a5779aa5613626dbb6fc15a5f 100644 (file)
@@ -133,13 +133,11 @@ extern int cio_is_console(struct subchannel_id);
 extern struct subchannel *cio_get_console_subchannel(void);
 extern spinlock_t * cio_get_console_lock(void);
 extern void *cio_get_console_priv(void);
-extern const char *cio_get_console_cdev_name(struct subchannel *sch);
 #else
 #define cio_is_console(schid) 0
 #define cio_get_console_subchannel() NULL
 #define cio_get_console_lock() NULL
 #define cio_get_console_priv() NULL
-#define cio_get_console_cdev_name(sch) NULL
 #endif
 
 #endif