commit | a509a7e478e4766114d69f12d19d644ac63e9765 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Sat Sep 19 13:13:26 2009 -0700 |
committer | Live-CD User <linux@linux.site> | Sat Sep 19 13:13:26 2009 -0700 |
tree | 2b994dabb7b97ceadac959f51d29ddf68216cb59 | |
parent | d3b5cffcf84a8bdc7073dce4745d67c72629af85 [diff] |
tty: USB does not need the filp argument in the drivers And indeed none of them use it. Clean this up as it will make moving to a standard open method rather easier. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>