diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 14:50:08 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 20:54:45 +0100 |
commit | 129b3be6895c01e137dbb88c699f9f706bdc6c9d (patch) | |
tree | bae6dcd813f9b4735182d2aa4627d0fcf731fc06 /sound/usb/line6/pcm.h | |
parent | fd9301d33fef67e6dbcab29f3666c76efd97b762 (diff) | |
download | blackbird-op-linux-129b3be6895c01e137dbb88c699f9f706bdc6c9d.tar.gz blackbird-op-linux-129b3be6895c01e137dbb88c699f9f706bdc6c9d.zip |
ALSA: line6: Move the contents of usbdefs.h into driver.h
Most of them are rather relevant with the definitions in driver.h,
and there are only a few lines, so just rip it off.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/pcm.h')
-rw-r--r-- | sound/usb/line6/pcm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/line6/pcm.h b/sound/usb/line6/pcm.h index 19c12f0a9008..3a3cfba40ec7 100644 --- a/sound/usb/line6/pcm.h +++ b/sound/usb/line6/pcm.h @@ -19,7 +19,6 @@ #include <sound/pcm.h> #include "driver.h" -#include "usbdefs.h" /* number of URBs */ #define LINE6_ISO_BUFFERS 2 |