summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/toneport.h
diff options
context:
space:
mode:
authorMarkus Grabner <grabner@icg.tugraz.at>2010-08-23 01:08:25 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 15:28:16 -0700
commite1a164d7a3e05aae15eb603ee8f1b77446480a3b (patch)
tree829d6ed586e9fe3680be24faab8c61d5c596443e /drivers/staging/line6/toneport.h
parent1027f476f507ef7ed9919cd3e3d32310f3985da1 (diff)
Staging: line6: another upstream sync
Everything should be in sync now. Signed-off-by: Markus Grabner <grabner@icg.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/toneport.h')
-rw-r--r--drivers/staging/line6/toneport.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/line6/toneport.h b/drivers/staging/line6/toneport.h
index c2adee3779a0..8576b7263648 100644
--- a/drivers/staging/line6/toneport.h
+++ b/drivers/staging/line6/toneport.h
@@ -1,5 +1,5 @@
/*
- * Line6 Linux USB driver - 0.9.0
+ * Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
*
@@ -12,13 +12,11 @@
#ifndef TONEPORT_H
#define TONEPORT_H
-
#include <linux/usb.h>
#include <sound/core.h>
#include "driver.h"
-
struct usb_line6_toneport {
/**
Generic Line6 USB data.
@@ -46,11 +44,9 @@ struct usb_line6_toneport {
struct timer_list timer;
};
-
extern void line6_toneport_disconnect(struct usb_interface *interface);
extern int line6_toneport_init(struct usb_interface *interface,
struct usb_line6_toneport *toneport);
extern void line6_toneport_reset_resume(struct usb_line6_toneport *toneport);
-
#endif