diff options
| author | Xenia Ragiadakou <burzalodowa@gmail.com> | 2013-08-29 04:45:12 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-30 15:02:08 -0400 |
| commit | 15532f4761bb50a1ea55f0ab16fa9c4126aa73ca (patch) | |
| tree | c78a5dbe65ac58639ff205222714d9aab61a3c83 | |
| parent | 1512c91f1c7633b031f69d43f1d3523b29e77593 (diff) | |
ehci: remove duplicate debug_async_open() prototype in ehci-dbg.c
This patch removes the duplicate of debug_async_open() prototype following
three lines below the debug_async_open() declaration.
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/usb/host/ehci-dbg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c index 7ad478a80032..aa5b603f3933 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c | |||
| @@ -336,7 +336,6 @@ static inline void remove_debug_files (struct ehci_hcd *bus) { } | |||
| 336 | static int debug_async_open(struct inode *, struct file *); | 336 | static int debug_async_open(struct inode *, struct file *); |
| 337 | static int debug_periodic_open(struct inode *, struct file *); | 337 | static int debug_periodic_open(struct inode *, struct file *); |
| 338 | static int debug_registers_open(struct inode *, struct file *); | 338 | static int debug_registers_open(struct inode *, struct file *); |
| 339 | static int debug_async_open(struct inode *, struct file *); | ||
| 340 | 339 | ||
| 341 | static ssize_t debug_output(struct file*, char __user*, size_t, loff_t*); | 340 | static ssize_t debug_output(struct file*, char __user*, size_t, loff_t*); |
| 342 | static int debug_close(struct inode *, struct file *); | 341 | static int debug_close(struct inode *, struct file *); |
