Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / staging / fwserial / fwserial.h
index 787aa4f3a41b27a049c7146d3c5a59056c46d266..e13fe33a689741d1e4dd0338c8f4a82131be7c9a 100644 (file)
@@ -342,16 +342,6 @@ static const char loop_dev_name[] = "fwloop";
 extern struct tty_driver *fwtty_driver;
 
 struct fwtty_port *fwtty_port_get(unsigned index);
-void fwtty_port_put(struct fwtty_port *port);
-
-static inline void fwtty_bind_console(struct fwtty_port *port,
-                                     struct fwconsole_ops *fwcon_ops,
-                                     void *data)
-{
-       port->con_data = data;
-       port->fwcon_ops = fwcon_ops;
-}
-
 /*
  * Returns the max send async payload size in bytes based on the unit device
  * link speed. Self-limiting asynchronous bandwidth (via reducing the payload)
This page took 0.025781 seconds and 5 git commands to generate.