[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA
[deliverable/linux.git] / drivers / char / hvc_console.h
index 52ddf4d3716cac7367aa6a88c6f1271391eaae40..54381eba4e4ae753ae6d7ff9d116ed82b7fbe979 100644 (file)
@@ -80,8 +80,8 @@ extern int hvc_instantiate(uint32_t vtermno, int index,
                           const struct hv_ops *ops);
 
 /* register a vterm for hvc tty operation (module_init or hotplug add) */
-extern struct hvc_struct * __devinit hvc_alloc(uint32_t vtermno, int data,
-                               const struct hv_ops *ops, int outbuf_size);
+extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
+                                    const struct hv_ops *ops, int outbuf_size);
 /* remove a vterm from hvc tty operation (module_exit or hotplug remove) */
 extern int hvc_remove(struct hvc_struct *hp);
 
This page took 0.027419 seconds and 5 git commands to generate.