diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-09-26 12:03:09 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 15:16:39 +0300 |
commit | 3527a008cbc51dd23a8bf4927e3ab29423b0d05b (patch) | |
tree | b5aaab3e8800a3d333e8639f7b4fa59d460fb804 /sound/usb/usbaudio.h | |
parent | 3cfc1eb181b49dfbfeaf20ebfeb5cd2af4c4c4b5 (diff) | |
download | linux-3527a008cbc51dd23a8bf4927e3ab29423b0d05b.tar.xz |
[ALSA] usb-audio: remove old compatibility wrappers (2/2)
Modules: USB generic driver
Move the usb_complete_callback() compatibility wrapper out of the
kernel tree.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r-- | sound/usb/usbaudio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index b58dc0ca7d38..b5802022bb19 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h @@ -249,10 +249,6 @@ void snd_usbmidi_disconnect(struct list_head *p); #define get_cfg_desc(cfg) (&(cfg)->desc) #endif -#ifndef snd_usb_complete_callback -#define snd_usb_complete_callback(x) (x) -#endif - #ifndef snd_usb_get_speed #define snd_usb_get_speed(dev) ((dev)->speed) #endif |