diff options
author | Daniel Mack <zonque@gmail.com> | 2011-09-14 12:46:57 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-09-14 17:07:03 +0200 |
commit | c731bc96ad641a5fa3d50a87b474652505507282 (patch) | |
tree | 8c08c95bb3a1ab1eccc91a8298d408d8a6de7d64 /sound/usb/card.c | |
parent | e8e8babf561c9560f37b9bd80407ebaf90ad2ca4 (diff) |
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/card.c')
-rw-r--r-- | sound/usb/card.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index a3136afb2198..d2a79d166e04 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -65,7 +65,6 @@ #include "helper.h" #include "debug.h" #include "pcm.h" -#include "urb.h" #include "format.h" #include "power.h" #include "stream.h" |