aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/stream.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-09-14 12:46:57 +0200
committerTakashi Iwai <tiwai@suse.de>2011-09-14 17:07:03 +0200
commitc731bc96ad641a5fa3d50a87b474652505507282 (patch)
tree8c08c95bb3a1ab1eccc91a8298d408d8a6de7d64 /sound/usb/stream.c
parentALSA: snd-usb: re-order code (diff)
downloadlinux-dev-c731bc96ad641a5fa3d50a87b474652505507282.tar.xz
linux-dev-c731bc96ad641a5fa3d50a87b474652505507282.zip
ALSA: snd-usb: move code from urb.c to endpoint.c
No code altered at this point, simply preparing for upcoming refactorizations. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/stream.c')
-rw-r--r--sound/usb/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/stream.c b/sound/usb/stream.c
index 4688d4c6208b..5ff8010b2d6f 100644
--- a/sound/usb/stream.c
+++ b/sound/usb/stream.c
@@ -29,7 +29,6 @@
#include "proc.h"
#include "quirks.h"
#include "endpoint.h"
-#include "urb.h"
#include "pcm.h"
#include "helper.h"
#include "format.h"