summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/pod.h
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2012-11-22 19:49:24 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-27 00:13:51 (GMT)
commit09fda10a0e6a4eec18edf8ed53f8be8ae10968b5 (patch)
tree3dc8e5865bad2c2967c7397123e4304078da7928 /drivers/staging/line6/pod.h
parent323246b2514f80e305399084f12792cc074c2d2d (diff)
downloadlinux-fsl-qoriq-09fda10a0e6a4eec18edf8ed53f8be8ae10968b5.tar.xz
staging: line6: drop dump requests from pod startup
The pod startup procedure dumps model data. This is no longer useful since the sysfs attrs which expose this information to userspace have been removed. The dump request wasn't been processed anymore. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/line6/pod.h')
-rw-r--r--drivers/staging/line6/pod.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/line6/pod.h b/drivers/staging/line6/pod.h
index 843eb4e..3e3f167 100644
--- a/drivers/staging/line6/pod.h
+++ b/drivers/staging/line6/pod.h
@@ -19,7 +19,6 @@
#include <sound/core.h>
#include "driver.h"
-#include "dumprequest.h"
/*
PODxt Live interfaces
@@ -45,7 +44,6 @@
*/
enum {
POD_STARTUP_INIT = 1,
- POD_STARTUP_DUMPREQ,
POD_STARTUP_VERSIONREQ,
POD_STARTUP_WORKQUEUE,
POD_STARTUP_SETUP,
@@ -59,11 +57,6 @@ struct usb_line6_pod {
struct usb_line6 line6;
/**
- Dump request structure.
- */
- struct line6_dump_request dumpreq;
-
- /**
Instrument monitor level.
*/
int monitor_level;